上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 23 下一页
摘要: 定义Model: 查询语句: 整理如下: 阅读全文
posted @ 2016-10-06 20:22 LisPythoniC 阅读(1373) 评论(1) 推荐(0) 编辑
摘要: 安装nodejs 4.x "参考" curl sL https://deb.nodesource.com/setup_6.x | sudo E bash sudo apt get install y nodejs "升级npm工具自身" npm update g npm 安装cnpm npm ins 阅读全文
posted @ 2016-10-02 10:45 LisPythoniC 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 查看C库的源码,变量名自带超链接跳转,很方便 "http://www.jbox.dk/sanos/source/" 阅读全文
posted @ 2016-09-28 09:44 LisPythoniC 阅读(148) 评论(0) 推荐(0) 编辑
摘要: ``` local function f( ... ) print('hello') end local x = string.dump(f, true) loadstring(x)() ``` 阅读全文
posted @ 2016-09-24 10:09 LisPythoniC 阅读(454) 评论(0) 推荐(0) 编辑
摘要: To facilitate the use of code written for SQL implementations from other vendors, MySQL maps data types as shown in the following table. These mapping 阅读全文
posted @ 2016-09-23 17:04 LisPythoniC 阅读(661) 评论(0) 推荐(0) 编辑
摘要: ===================== Model field reference ===================== .. module:: django.db.models.fields :synopsis: Built in field types. .. currentmodul 阅读全文
posted @ 2016-09-18 08:51 LisPythoniC 阅读(697) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/3582671/how to open a local disk file with javascript https://developer.mozilla.org/en US/docs/Web/API/FileReader 阅读全文
posted @ 2016-09-15 08:02 LisPythoniC 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 无聊的关于有效配置文件路径的备忘 原来阿里云服务器的mysql 5.5 , 配置 是没有任何作用的,需要编辑 妈的, 就是这一点让我测试了两天, 太无聊了 参考:http://stackoverflow.com/questions/1049728/how do i see what characte 阅读全文
posted @ 2016-09-09 16:06 LisPythoniC 阅读(299) 评论(0) 推荐(0) 编辑
摘要: su postgres psql \connect database_name; \d table_name 阅读全文
posted @ 2016-09-09 00:02 LisPythoniC 阅读(1902) 评论(0) 推荐(0) 编辑
摘要: Nodejs coffee 阅读全文
posted @ 2016-08-25 14:45 LisPythoniC 阅读(231) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 23 下一页