08 2012 档案

摘要:http://jpkc.zju.edu.cn/k/686/wljx/Netcourse/H05.htmunity3d 插件,,,,,http://danim.tv/blog/archives/unity3d-tools/ 阅读全文
posted @ 2012-08-26 00:09 solq 阅读(245) 评论(0) 推荐(0)
摘要:http://cs.ecs.baylor.edu/~donahoo/practical/JavaSockets2/textcode.html 阅读全文
posted @ 2012-08-23 03:03 solq 阅读(411) 评论(0) 推荐(0)
摘要:int runTime=1000*5; int FrameRate=1000/6; int checkTime=FrameRate; long startTime=new Date().getTime(); while(runTime>checkTime) { //checkValue=moveVector3(90, checkValue); //checkValue.print(); checkTime+=FrameRate; ... 阅读全文
posted @ 2012-08-22 13:45 solq 阅读(256) 评论(0) 推荐(0)
摘要:1.下载JDK1.7 gz 包直接解压.配置用户变量环境sudo gedit /etc/profileexport JAVA_HOME=/solq/jre1.7.0_05export PATH=$JAVA_HOME/bin:$PATHexport CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar2.配置eclipsesudo gedit eclipse.sh下载 eclipse 直接解压#!/bin/shexport GDK_NATIVE_WINDOWS=1export ECLIPSE_HOME=/solq/setup/ecl 阅读全文
posted @ 2012-08-19 21:06 solq 阅读(428) 评论(0) 推荐(0)
摘要:jsp mysql 配置线程池http://tophump.iteye.com/blog/60375jsp 连接数据库大全http://blog.csdn.net/cm4ever/article/details/121770与nginx 负载均衡http://os.51cto.com/art/201204/326843.htm 阅读全文
posted @ 2012-08-13 09:43 solq 阅读(325) 评论(0) 推荐(0)
摘要:http://files.cnblogs.com/solq/Action.rar 阅读全文
posted @ 2012-08-09 00:10 solq 阅读(214) 评论(0) 推荐(0)
摘要:http://www.itopdog.cn/graphic-image/3d-modeling-flash/sothink-swf-decompiler.html 阅读全文
posted @ 2012-08-08 23:55 solq 阅读(2545) 评论(0) 推荐(0)
摘要:http://www.smartfoxserver.com/docs/1x/index.htm?http://www.smartfoxserver.com/docs/1x/docPages/config/advanced.htm#6 阅读全文
posted @ 2012-08-08 18:05 solq 阅读(467) 评论(0) 推荐(0)
摘要:smartfoxserver 2x serverclose unity client error 解决sfs 断网后 unity 卡死public static void close() { if (smartFox!=null) { smartFox.RemoveAllEventListeners(); smartFox.Disconnect(); //smartFox.GetSocketEngine().KillConnection(); smartFox.Handle... 阅读全文
posted @ 2012-08-06 15:06 solq 阅读(1465) 评论(2) 推荐(0)
摘要:http://files.cnblogs.com/solq/SmartFox2_csharp_client_1.04%E6%BA%90%E7%A0%81.rar 阅读全文
posted @ 2012-08-06 13:10 solq 阅读(575) 评论(0) 推荐(0)