If you spend a lot of time typing plain text, writing programs or HTML, you can save much of that time by using a good editor and using it effectively...
分类:
其他好文 时间:
2014-09-29 13:50:10
阅读次数:
267
2012-10-27 12:48? 997人阅读? 评论(0)? 收藏? 举报 逻辑代码 [java]? view plain copy package?com.stu2;?? ?? import?java.util.ArrayList;?? import?java.util.List;?? import?java.sql....
分类:
其他好文 时间:
2014-09-29 12:43:11
阅读次数:
249
[plain]
view plaincopyprint?
#! /bin/sh while true; do i=`df -h | egrep '/mnt/yourpath'| awk '{print $5}' | cut -d "%" -f1 -`
if [ "$i" -ge 90 ] then echo "disk nearly full" cd /mnt/your...
分类:
系统相关 时间:
2014-09-27 09:35:19
阅读次数:
240
环境是WIN2003 64位系统,VC2008,Qt4.7.4源代码,用configure的参数是
Plain Text code
?
1
2
3
4
5
6
7
8
9
10
11
12
13
-platform win32-msvc2008 -opensource
-debug -debug-and-release
...
分类:
其他好文 时间:
2014-09-27 07:14:29
阅读次数:
316
原文:http://blog.csdn.net/ecitnet/article/details/1799444游戏编程中的人工智能技术.>.(连载之一)用平常语言介绍神经网络(Neural Networks in Plain English)因为我们没有很好了解大脑,我们经常试图用最新的技术作为一种...
分类:
其他好文 时间:
2014-09-26 18:15:28
阅读次数:
373
下面我们开始今天的Unity3D游戏开发技能透明shader技能培训。我们学习Unity3D培训目标:让U3D初学者可以更快速的掌握U3D技术,自行制作修改素材,可以独立完成2D、3D小规模游戏及网页游戏开发。[plain]viewplaincopy//ShadercreatedwithShaderForgeBeta0.34//ShaderForge(c)Joa..
分类:
其他好文 时间:
2014-09-25 16:37:00
阅读次数:
334
下面我们开始今天的Unity3D游戏开发技能透明shader技能培训。 我们学习Unity3D培训目标:让U3D初学者可以更快速的掌握U3D技术,自行制作修改素材,可以独立完成2D、3D小规模游戏及网页游戏开发。[plain]view plaincopy//ShadercreatedwithShad...
分类:
其他好文 时间:
2014-09-25 16:05:59
阅读次数:
414
下面我们开始今天的Unity3D游戏开发技能透明shader技能培训。 我们学习Unity3D培训目标:让U3D初学者可以更快速的掌握U3D技术,自行制作修改素材,可以独立完成2D、3D小规模游戏及网页游戏开发。
[plain] view plaincopy
// Shader created with Shader Forge Beta 0.34 // S...
分类:
其他好文 时间:
2014-09-25 15:19:59
阅读次数:
382
How to use The following example attaches socket.io to a plain Node.JS HTTP server listening on port 3000. var server = require(‘http‘).createServer(); var io = require(‘socket.io‘)(server); io.on(...
分类:
其他好文 时间:
2014-09-25 12:35:39
阅读次数:
273
Html: 1 2 3 4 5 6 校园通销售管理系统-用户登录 7 8 9 10 11 12 13 14 15 16 17 18 ...
分类:
Web程序 时间:
2014-09-25 10:48:48
阅读次数:
372