自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (23)
  • 收藏
  • 关注

原创 刷新Unity3D日志文件Editor.log的方法

刷新Unity3D日志文件Editor.log的方法1.创建新日志文件Editor.log,内容为空:C:\Users\user\AppData\Local\Unity\Editor.log2.创建批处理命令文件ReplaceEditor.bat,内容为:replace C:\Users\user\AppData\Local\Unity\Editor.log C:\Users\user...

2019-01-29 12:54:57 5527

原创 在lua中,ipairs和pairs的区别

在lua中,ipairs和pairs的区别:1.ipairs是按(索引从小到大)顺序输出的。pairs是无序输出的。2.ipairs从索引1开始,到索引不是整数为止,其中key为非整数(即key为字符串、浮点数等)会被跳过。pairs会遍历表中所有key。function table_length(t) local leng = 0 for k, v in pairs(t...

2019-01-23 15:01:12 552

原创 与很多语言不同,在lua中,“if 0”被认为是true。

特别注意:与很多语言不同,在lua中,“if 0”被认为是true。if 0 then print("In lua, 'if 0' is true")else print("'if 0''s else part not run")end if not 0 then print("not run")else print("In lua, 'if not 0' is fals...

2019-01-22 18:12:26 1928

原创 Sublime3中插入当前时间

Sublime3中插入当前时间设置方法:1.复制:InsertCurrentDateTime.py#InsertCurrentDateTime.pyimport sublimeimport sublime_pluginimport timeversion_format = "%Y-%m-%d_%H_%M_%S" # 2018-06-07_18_33_53class ins...

2019-01-09 16:32:48 292

iconv的Windows版

iconv是文件编码格式转换工具。 提供的iconv.exe是iconv的Windows版。

2021-01-07

fluid_1.rar

fluid 模拟流体 模拟 流体

2012-12-21

Doxygen-1.5.7-tiger.dmg

Doxygen-1.5.7-tiger.dmg

2012-12-15

流体 fluid.rar

2D模拟流体,使用PYTHON,PYGAME编写。 可执行文件在“.\dist\fluid.exe”。 操作方法是“a is <, d is >, s is V, w is /\, Esc to quit”。

2012-12-14

wxPython2.7-win32-unicode-2.7.2.0-py25.exe

wxPython2.7-win32-unicode-2.7.2.0-py25.exe

2012-12-14

navicat9_mysql_en.exe

navicat9_mysql_en.exe

2012-12-14

TortoiseSVN-1.6.8.19260-win32-svn-1.6.11.msi

TortoiseSVN-1.6.8.19260-win32-svn-1.6.11.msi TortoiseSVN-1.6.8.19260-win32-svn-1.6.11.msi

2012-12-14

SSHWinClient-3.1.0-build235.exe

SSHWinClient-3.1.0-build235.exe

2012-12-14

python-2.5.4.msi

python-2.5.4.msi

2012-12-14

freesansbold.ttf

freesansbold.ttf

2012-12-14

pygame-1.9.1.win32-py2.5.msi

pygame-1.9.1.win32-py2.5.msi

2012-12-14

py2exe-0.6.9.win32-py2.5.exe

py2exe-0.6.9.win32-py2.5.exe

2012-12-13

FlashDevelop-4.2.1-RTM.exe

FlashDevelop-4.2.1-RTM.exe FlashDevelop-4.2.1-RTM.exe

2012-12-13

sqlite-amalgamation-201211092140.zip

sqlite-amalgamation-201211092140.zip original code resource

2012-12-13

使用PHOTOSHOP提取位图.

使用PHOTOSHOP提取位图.

2012-09-21

Box2D_v2.2.1

Box2D_v2.2.1.zip

2012-07-22

Cocos2d-x+Offline+API.rar

Cocos2d-x API REFERENCE TO RESEARCH AND STUDY.

2012-07-09

Box2D_v2.1.2.zip

Box2D ENGINE TO REGERENCE, TO RESEARCH, TO STUDY.

2012-07-09

cocos2d_chm_1_0_1.rar

cocos2d iphone API reference document

2012-07-09

FLASH PLAYER

FLASH PLAYER,FIRE FOX 上可以使用

2012-06-28

find&grep;学习参考

find&grep;学习参考

2012-04-12

搜狗拼音输入法

搜狗 拼音 输入法

2012-03-13

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除