Loading...
git.lmve<-入口这个在很久以前就已将搭建了,一直在用,效果还不错,管理小项目足够给力。我的搭建方法1.先去Gitblit官网下载服务包。 2.下载JAVA解压下载的Gitblit服务包,里面应该会有这些文件修改gitblit.sh先cd把执行路径改成当前路径我这里是修改了java的路径java -cp "gitblit.jar:ext/*" com.gitb...
去年年底写的一个小游戏玩法:方向键控制空格随机打乱按下字母a自动还原介绍:通过递归实现路径搜索控制台的简单驱动,(在某坐标写入某字符)HANDLE hOu...
去年年底写的代码,有点意思一些控制台函数HANDLE hOut = GetStdHandle(STD_OUTPUT_HANDLE); CONSOLE_CU...
这是我2019年某月写的程序,主要玩法是方向键控制角色一次性走完所有格子不重复功能:自定义多关卡使用递归自动搜索路径操作:方向键控制角色按字母a自动计算路径
widget.h#ifndef WIDGET_H #define WIDGET_H #include <QWidget> #include <QPushButton> //按钮对象头文件 class Widget : public QWidget { Q_OBJECT public: Widget(QWidget *...
#include <QApplication>// QT中的几种方式之一 #include <QWidget> //窗口对...
<?php class sqldb { public $DB; DBNAME function conetdb() { $this->DB=new mysqli('localhost','$ACC','$PWD','$DBNAME','3306')or die("Erro from DB 0"); ...
#include <stdio.h> #include <stdlib.h> #define w 200 #define h 20...
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <error.h> #include <time.h> #define SUCCESS 0 #define FAIL ...
结果输出到<div id="djs"></div> <script type="text/ja...
print("arr"); arr=[1,2,3]; enum=['hello','world']; print(arr[0]); print(enum[0]); for a in range(20,10,-1): print(a);
这是一个用c控制台写的简易hangman小游戏ide vs2019// 2.cpp : 此文件包含 "main" 函数。程序执行将在此...
界面很丑旦问题不大,主要还是为了实现功能。需要用到的头文件:#include "pch.h" //这是vs里默认添加的 如果在别的编译器报错就把这句删掉 #include #include #include "windows.h" #include 一些定义:模型的数量与颜色数量#define mod_max 7 #de...
r = requests.get('http://wthrcdn.etouch.cn/weather_mini?city=%E5%91%BC%E5%85%...
分享一个关键词高亮插件:highlight原插件官网:https://highlightjs.org/这是我制作好的:highlight.zip效果图:使用方法:解压到thinksaas目录的 plugins/pubs/在后台启动这个插件打开app/group/html/topic.html在顶部加一句{php doAction('group_topic_top')}就可以了
thinksaas插件介绍及使用方法.docAPP插件简介app插件开发是针对app组件的开发,主要是为了扩展app组件功能而做一种功能扩展方式。插件放在...
void paixu(int *arry,int size) { int a, b, c, d; do { d = 0; //循环依据 for (b = 0; b < size - 1; b++) //开始排序,冒泡排序法,再有多少个数据就扫描多少-1次 ...
#include srand(time(NULL)); //设置随机种子 int rend...
测试demo demo.zip demo.zip其他密码字典 密码字典.zip 密码字典.zipimport zipfile import threading txt="2016passworddic.txt"#密码字典 z="1.zip" #需要破解的zip文件 xc=1 ...
注意!!!运行这个脚本需要安装 requests 库安装方法看#一些库的用处: # requests 用于下载网页源码 第三方库 通过pip安装 # re 正则表达式要用到 # threading 启用多线程 # os,sys 用于创建目录 # time 用于获得当天时间 import requests impor...