
program
BugMeOut
这个作者很懒,什么都没留下…
展开
-
项目笔记用到的链接
不会写程序,只会查网站SQLserver 2008将数据导出到Sql脚本文件的方法http://www.jb51.net/article/23007.htm C# DateTime 日期加1天 减一天 加一月 减一月 等方法 http://wenku.baidu.com/view/d25c68d86f1aff00bed51e54.html C# 修改字符串内容 https://msdn.mi原创 2015-07-28 19:13:49 · 31452 阅读 · 0 评论 -
gcc programming in mac
step 1: subl helloworld.c #helloworld.c#include "stdio.h" int main(int argc, char const *argv[]) { printf("%s\n", "helloworld"); return 0; }step 2: in iterm2gcc [-o helloworld.out] helloworld.c原创 2016-08-31 00:53:56 · 31198 阅读 · 0 评论 -
python sh package can't execute in crontab[sh.CommandNotFound]
crontab中,sh.ifconfig()执行不不了,报错类似如下Traceback (most recent call last): File "/home/pi/system/sensor_ip.py", line 7, in <module> LineaX = sh.grep(sh.ifconfig('eth0'), '-oP', '[0-9]{1,3}\.[0-9]{1,3}\原创 2016-08-21 23:37:25 · 31451 阅读 · 0 评论