摘要: 111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 阅读全文
posted @ 2019-11-13 09:01 munds 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Apache 2 设置网站所在目录 On ubuntu 一:文件 /etc/apache2/apache2.conf 二: 修改 <Directory Your web content's directory> Options Indexex FollowSymLinks AllowOverride 阅读全文
posted @ 2016-02-12 01:12 munds 阅读(1478) 评论(0) 推荐(0) 编辑
摘要: Touch.position 是 一个 像素坐标(手机左下角为(0,0)) Touch.phase {Began,Moved,Stationary,Canceled,Ended} 代表 手指点击的状态,每次点击Input.touches[] 数组加一个Touch实例,记录手指的状态信息,当有一个手指 阅读全文
posted @ 2016-12-17 14:13 munds 阅读(4417) 评论(0) 推荐(0) 编辑
摘要: from http://www.cnblogs.com/cocos/archive/2011/05/06/2039469.html 对于针对字符串位置的操作,第一个位置被标记为1。 ASCII(str) 返回字符串str的最左面字符的ASCII代码值。如果str是空字符串,返回0。如果str是NUL 阅读全文
posted @ 2016-06-08 16:23 munds 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 树莓派2 从 u盘启动系统实验 一 :下载 das u-boot git clone git://github.com/u-boot/u-boot.git 二: 下载 arm-none-linux-gnueabi-gcc 三: 解压 arm-none-linux-gnueabi-gcc 四: 设置环 阅读全文
posted @ 2016-02-12 10:01 munds 阅读(882) 评论(0) 推荐(0) 编辑
摘要: Tar 归档命令德一点心得 (持续更新) 一 : -x 解压文件 二 : -v 显示每一条文件的处理情况 (用于目录里面包含文件的情况) 三 : -f 使用后面的文件 或者设备 作为 目标 (用于归档) 四 : -j 用于 tar.bz 或 tar.bz2 压缩归档的文件解压 阅读全文
posted @ 2016-02-12 01:53 munds 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 下载SAMBA server (debain) 一:apt-get install samba SAMBA配置文件 /etc/samba/smb.conf 一:修改 [global] 标签内容为 workgroup = LinuxSir # netbios name = LinuxSir serve 阅读全文
posted @ 2016-02-11 20:24 munds 阅读(228) 评论(0) 推荐(0) 编辑
摘要: SSH 自动断开 解决方案 ubuntu 一:ssh配置文件 /etc/ssh/sshd_config 二:添加 ClientAliveInterval 60 阅读全文
posted @ 2016-02-11 00:10 munds 阅读(267) 评论(0) 推荐(0) 编辑
摘要: nmap -X localhost 阅读全文
posted @ 2016-02-10 22:59 munds 阅读(1376) 评论(1) 推荐(0) 编辑