uTools电脑软件快速启动工具 https://gitee.com/weiyunwps618/codes/6jv2qwnx9yukd0g8p74co70 电脑软件的快捷方式管理我选用uTools软件https://u.tools/uTools的缺点是安装包太大,足足有40多MB,但是非常要用所以首 ...
分类:
其他好文 时间:
2019-11-06 13:49:25
阅读次数:
112
//setTimeout 1000ms后执行1次 var test1 = setTimeout(function(){ //your codes },1000); //setInterval 每隔1000ms执行一次 var test2 = setInterval(function(){ //you... ...
分类:
Web程序 时间:
2019-11-03 15:09:28
阅读次数:
76
AbstractObject detection has seen huge progress in recent years, much thanks to the heavily-engineered Histograms of Oriented Gradients (HOG) features ...
分类:
其他好文 时间:
2019-10-16 11:30:41
阅读次数:
148
RESTful API 规范 附录 + http状态码:https://en.wikipedia.org/wiki/List_of_HTTP_status_codes 未完,待续。。 ...
分类:
其他好文 时间:
2019-10-16 09:27:35
阅读次数:
48
val isKitKat = Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT val intent = Intent(if (isKitKat) Intent.ACTION_OPEN_DOCUMENT else Intent.ACTION_GE ...
分类:
移动开发 时间:
2019-10-10 20:24:28
阅读次数:
148
参考:https://www.hahack.com/codes/cmake/# 源文件一共有三个:main.cpp、MathFunctions.h、MathFunctions.cpp 文件内容分别如下: main.cpp MathFunctions.h MathFunctions.cpp CMake ...
分类:
其他好文 时间:
2019-09-29 20:09:01
阅读次数:
101
<html> <head></head> <body> <div></div> <div id="bdshare" class="bdshare_t bds_tools get-codes-bdshare"> <a class="bds_qzone"></a> <a class="bds_tsina ...
分类:
其他好文 时间:
2019-09-24 21:23:29
阅读次数:
146
首先是常见状态码 https://www.runoob.com/http/http-status-codes.html GET 和 POST 的区别 Restful语义上一个是获取, 一个是创建。 GET是幂等的, POST是非幂等的。 GET请求参数放到url(明文)里,有长度限制; POST放在 ...
分类:
Web程序 时间:
2019-09-10 23:29:27
阅读次数:
206
Matlab codes for Forward Kinematics of serial robot with PoE space form and body form formula. ...
分类:
其他好文 时间:
2019-08-26 09:26:15
阅读次数:
92