可以阅读Mozilla开源的Browser Quest这个项目,一个html5 + nodejs的游戏,完整演示了客户端服务端怎么通讯的,逻辑怎么做的,通讯怎么做的,很值得参考。游戏demo: http://browserquest.mozilla.org项目代码: https://github.c...
分类:
Web程序 时间:
2014-07-28 13:47:50
阅读次数:
232
郝喜路2014年7月27日22:28:34GitHub地址:https://github.com/haoxilu/ServiceManager希望编程爱好者更改添加。。。开发环境:Visual Studio 2012 .Net Framework 4.0 大家在软件开发过程中,是离不开数据库的,不....
分类:
数据库 时间:
2014-07-28 02:55:39
阅读次数:
220
1、选择数据表语句如下:usemysql;2、在mysql的user表中增加连接用户帐号:这里不要直接使用INSERT语句添加user记录,使用INSERT可能出现:ERROR1364(HY000):Field‘ssl_cipher‘doesn‘thaveadefaultvalue错误。不过早期的MYSQL版本笔者倒没出现这个错误,因为天缘一直都是直接修..
分类:
数据库 时间:
2014-07-28 00:43:50
阅读次数:
215
[root@lamp~]#yumsearch关键字//安装过程中提示少哪个程序就搜关键字找包名[root@lamphttpd-2.2.25]#./configure--prefix=/usr/local/httpd--enable-so--enable-rewrite--enable-cgi--enable-charrset-lite--enable-ssl[root@lamp~]#useradd-M-s/sbin/nologinmysql[root@lampmy..
分类:
其他好文 时间:
2014-07-28 00:40:59
阅读次数:
240
最近工作中需要客户端和服务器使用https协议进行通信,我负责客户端程序的编写,想到以前在深入理解操作系统中看过web服务器的实现,代码整理如:
#include"apue.h"
extern char **environ;
void clienterror(int fd,char *cause,char *errnum,char *shortmsg,char *longmsg)
{...
分类:
Web程序 时间:
2014-07-28 00:19:59
阅读次数:
325
一、微信上传素材接口简介 1、请求:该请求是使用post提交地址为: https://api.weixin.qq.com/cgi-bin/media/uploadnews?access_token=ACCESS_TOKEN 其中ACCESS_TOKEN是我们动态获取的。 发送的数据: {"...
分类:
微信 时间:
2014-07-27 23:26:09
阅读次数:
611
一、微信消息分组群发接口简介 1、请求:该请求是使用post提交地址为: https://api.weixin.qq.com/cgi-bin/message/mass/sendall?access_token=ACCESS_TOKEN 其中ACCESS_TOKEN是我们动态获取的。 发送的...
分类:
微信 时间:
2014-07-27 23:23:30
阅读次数:
683
LeetCode: Max Points on a LineGiven n points on a 2D plane, find the maximum number of points that lie on the same straight line.地址:https://oj.leetcod...
分类:
其他好文 时间:
2014-07-27 23:22:59
阅读次数:
289
1. 安装Homebrewruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"2. 下载sqllite3brew install pkgconfigbrew install sqlite33. 安...
分类:
数据库 时间:
2014-07-27 23:11:59
阅读次数:
211
一、初始准备准备工具如下:1.下载Pythonhttp://python.org/getit/2.下载setuptools【python的基础包工具】https://pypi.python.org/packages/2.7/s/setuptools/3.下载pip【python的安装包管理工具】ht...
分类:
编程语言 时间:
2014-07-27 21:37:25
阅读次数:
269