
云计算
文章平均质量分 78
hztzhn0528
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Cloud Controller Design
VCAP Cloud Controller Design ============================ Overview -------- This version of the Cloud Controller is being redone from the ground up. While we are generally not in favor of who转载 2014-09-18 12:35:45 · 318 阅读 · 0 评论 -
Cloud Foundry V2 family of APIs
Principles of Operation ======================= Overview -------- The Cloud Foundry V2 family of APIs follow RESTful principles. The primary goal of the V2 API is to support the new entit转载 2014-09-18 12:36:48 · 418 阅读 · 0 评论 -
文件同步工具CwRsync的使用教程
文件同步工具CwRsync的使用方法教程。原创 2015-01-30 16:52:18 · 3516 阅读 · 0 评论 -
微信js sdk使用说明
1申请微信公众号 2登陆公众号,选择“开发者中心”。获得AppId和AppSecret。 3获取token: https://mp.weixin.qq.com/debug/cgi-bin/apiinfo?t=index&type=%E5%9F%BA%E7%A1%80%E6%94%AF%E6%8C%81&form=%E8%8E%B7%E5%8F%96access_token%E6%8E%A5%原创 2015-02-26 15:26:32 · 815 阅读 · 0 评论 -
解决MySQL中文乱码问题
编辑MySql的配置文件 MySql的配置文件Windows下一般在系统目录下或者在MySql的安装目录下名字叫my.ini,可以搜索,Linux下一般是 /etc/my.cnf --在 [mysqld] 标签下加上三行 default-character-set = utf8 character_set_server = utf8 lower_case_table_names =原创 2015-03-25 16:07:55 · 361 阅读 · 0 评论