Til the Cows Come Home Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 81024 Accepted: 26725 Description Bessie is out in the field and wan ...
分类:
其他好文 时间:
2019-02-22 14:07:45
阅读次数:
134
1 #include 2 #include 3 char strnumber[16][5] = {"ling", "yi", "er", "san", "si", "wu", "liu", "qi", "ba", "jiu", "Ge", "Shi", "Bai", "Qian", "Wan", & ...
分类:
其他好文 时间:
2019-02-21 23:20:11
阅读次数:
322
实例中使用gpio0_12 可以将GPIO配置放到init中,只需要wirte、ioctl函数就可以了,测试中碰到class节点在/sys/class/下找不到的问题,修改了fstab和rcS,增加mount sysfs。 #include <linux/init.h>#include <linux ...
分类:
其他好文 时间:
2019-02-21 15:47:08
阅读次数:
256
Cmder的文章很多,这里主要讲了作为一个程序员,在使用Cmder时会遇到的问题;比如sshagent的配置,如何使用cmder连接Linux子系统(WSL)等问题。Cmder=Cmd+PowerShell+GitforWindows+"bash"安装在官网Cmder下载cmder压缩包,解压即可。这里注意解压路径不能位于需要管理员访问权限的地方。添加环境变量:新建环境变量%c
分类:
其他好文 时间:
2019-02-21 09:22:31
阅读次数:
1981
https://segmentfault.com/q/1010000006653269 https://blog.csdn.net/wang_666_/article/details/80568195 https://4876391520.iteye.com/blog/2300772 ...
分类:
编程语言 时间:
2019-02-18 10:24:33
阅读次数:
141
语法:arraylist.sort(sortby); sortby:排序函数; 例子:st=[{"ID":15,"trees":2,"NodeNM":" 省属","isLeaf":1,"haveData":null,"行政区划":"4290","项目类型":null},{"ID":14,"trees ...
分类:
编程语言 时间:
2019-02-18 10:19:18
阅读次数:
243
https://leetcode.com/tag/greedy/ ...
分类:
其他好文 时间:
2019-02-17 22:08:43
阅读次数:
215
1.部署主从 环境:主IP:10.0.0.15,端口6379;从IP:10.0.0.16,端口6379. 原理:基于RDB持久化的功能来实现主从复制的功能. a.linux-redis1(10.0.0.15) b.linux-redis2(10.0.0.16) c.测试 主redis上输入数据 从r ...
分类:
其他好文 时间:
2019-02-16 16:52:55
阅读次数:
182
http://2014.artsy.net/ https://codepen.io/Yakudoo/full/rJjOJx https://codepen.io/pissang/full/geajpX https://codepen.io/tsuhre/full/BYbjyg https://wan ...
分类:
Web程序 时间:
2019-02-15 15:38:32
阅读次数:
239
JAVA 异常类型结构 Error 和 Exeption 受查异常和非受查异常 异常的抛出与捕获 直接抛出异常 封装异常并抛出 捕获异常 自定义异常 try-catch-finally try-with-resource 阿里巴巴异常处理规约 常见面试题 JAVA 异常类型结构 Throwable ...
分类:
编程语言 时间:
2019-02-14 20:24:01
阅读次数:
184