Raspberry Pi 整点报时 参考链接: http://blog.sina.com.cn/s/blog_6d1aef300100qta0.html http://linuxtools-rst.readthedocs.org/zh_CN/latest/tool/crontab.html 1.安装 ...
分类:
Web程序 时间:
2016-03-30 16:17:32
阅读次数:
213
以下是python操作s3常用方法,想看boto3等内容,自行看文档 具体的自己看官方文档:http://boto3.readthedocs.org/en/latest/index.html ...
分类:
编程语言 时间:
2016-03-29 12:42:23
阅读次数:
1148
ASP.NET MVC 6:https://docs.asp.net/en/latest/mvc/index.html ASP.NET Core :https://docs.asp.net/en/latest/fundamentals/index.html cli-samples : https:/
分类:
Web程序 时间:
2016-03-18 00:06:19
阅读次数:
357
ASP.NET MVC 6:https://docs.asp.net/en/latest/mvc/index.html ASP.NET Core :https://docs.asp.net/en/latest/fundamentals/index.html cli-samples : https:/
分类:
Web程序 时间:
2016-03-17 21:36:56
阅读次数:
520
https://github.com/aspnet/Logging https://docs.asp.net/en/latest/fundamentals/logging.html ASP.NET Core 1.0提供了内置的日志模块,当然也可以使用自己喜爱日志框架。 Providers Commu...
分类:
Web程序 时间:
2016-03-15 19:07:38
阅读次数:
175
文档参考地址:https://nodejs.org/dist/latest-v4.x/docs/api/ 简介 下面是用nodejs编写的一个web服务的例子,返回"Hello World"。 来运行这个服务,先把上面的代码保存在一个命名为example.js的文件中,然后使用node程序执行 文档
Install npm $ sudo apt-get install npm $ sudo npm install npm –g // upgrade npm to latest version You may encounter the following error: /usr/bin/env:...
分类:
系统相关 时间:
2016-03-10 12:08:49
阅读次数:
595
1)定义使用webtatic源 rpm -Uvh http://mirror.webtatic.com/yum/el5/latest.rpm 2)安装或更新php、mysql yum install mysql55w mysql55w-server 或 yum replace mysql --rep
分类:
数据库 时间:
2016-03-09 22:24:47
阅读次数:
235
近期准备实习,于是终于步入了sublime的阵营,sublime确实性感。 在配置win7下C++编译运行集成环境的时候遇到点问题,于是接触了一下JSON格式,最后终于自己搞定了。。 参考文档:http://sublime-text.readthedocs.org/en/latest/referen
分类:
编程语言 时间:
2016-03-09 17:25:39
阅读次数:
148