上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: -------------Unix-domain socket只能在本台机子上使用,进程通信http://www.linuxgraphics.cn/gui/ipc_unix_socket.html-------------Unix-domain socket的使用代码:http://www.cnblogs.com/skynet/archive/2010/12/04/1881236.html,http://learn.akae.cn/media/ch37s04.html 阅读全文
posted @ 2014-03-22 15:46 bielidefeng 阅读(133) 评论(0) 推荐(0) 编辑
摘要: ----------ps -ewf显示所有进程,ps -a|grep ss指的是显示ss关键字的所有进程。top是动态显示进程。---------cat直接将文件内容显示在终端上。---------查看linux系统版本信息cat /etc/*release。---------从一台Linux机子拷贝recovery.conf.sample到192.168.59.128机子:scp recovery.conf.sample root@192.168.59.128:/home/pg93/test_rep---------ll 列出文件权限d表示是文件夹r表示可读w表示可行x表示可执行。(ll - 阅读全文
posted @ 2014-03-20 16:26 bielidefeng 阅读(363) 评论(0) 推荐(0) 编辑
摘要: 安装mingw:http://panchengw.blog.sohu.com/47453486.htmlhttp://swordtian.d176.izxx.net/?p=311然后启动mingw,然后将其中的Basic Setup中的所有Package都勾选上,然后选择界面上方菜单栏的installation->update Catelogue。打开msys安装目录下的etc/fstab,如果没有该文件,则复制fstab.sample文件,并重名为fstab。完了之后需要设置一下系统环境变量到path中“path=C:\pgsql\bin;C:\MinGW\bin;C:\MinGW\m 阅读全文
posted @ 2014-02-24 11:23 bielidefeng 阅读(239) 评论(0) 推荐(0) 编辑
摘要: ubuntu追加空间http://blog.csdn.net/openme_openwrt/article/details/8099956-------------------播放视频avi等使用SMPLAYER播放器-----------终端目录的说明使用“/usr/.....”===>系统目录使用“~/桌面/...”===>用户目录,即“/usr/home/hongliang.lu”使用“xxx/xxx/....”===>终端显示的当前目录,除非使用cd命令改变当前目录否则显示的都是用户目录即“/usr/home/hongliang.lu”。--------------- 阅读全文
posted @ 2014-02-22 16:44 bielidefeng 阅读(604) 评论(0) 推荐(0) 编辑
摘要: ------------------dos批处理枚举所有驱动器http://blog.sina.com.cn/s/blog_53825d36010005i6.html@ECHO offrd /s /q PROJECTrd /s /q dcpassignrd /s /q machinerd /s /q... 阅读全文
posted @ 2013-12-26 14:12 bielidefeng 阅读(208) 评论(0) 推荐(0) 编辑
摘要: ------------------dos批处理枚举所有驱动器http://blog.sina.com.cn/s/blog_53825d36010005i6.html@ECHO offrd /s /q PROJECTrd /s /q dcpassignrd /s /q machinerd /s /q... 阅读全文
posted @ 2013-12-26 14:12 bielidefeng 阅读(157) 评论(0) 推荐(0) 编辑
摘要: ---------安装gdalhttp://wiki.woodpecker.org.cn/moin/lilin/gdal-introduce#head-ddf209b471ede52abec271c974ff6e89c5daed49-----安装指南https://pypi.python.org/p... 阅读全文
posted @ 2013-11-28 16:36 bielidefeng 阅读(939) 评论(0) 推荐(0) 编辑
摘要: ---------------------------bit-map算法BitMap的定义:所谓的Bit-map就是用一个bit位来标记某个元素对应的Value, 而Key即是该元素。由于采用了Bit为单位来存储数据,因此在存储空间方面,可以大大节省。使用bitmap实现8位电话号码的存储,能够实现电话号码的插入、删除、查找。使用bitmap算法。8位电话号码总共有0-99999999个号码,每位代表一个电话号码,需要12500000个字节的内存来存储电话号码 阅读全文
posted @ 2013-11-25 09:47 bielidefeng 阅读(131) 评论(0) 推荐(0) 编辑
摘要: -------------------------查找代码和相关主题http://www.oschina.net/code/snippet_12_10011:指针引用区别。2:将构造函数或者析构函数声明为protect会阻止该类被使用非new或者delete的方式调用。构造函数省名public,析构... 阅读全文
posted @ 2013-10-16 09:29 bielidefeng 阅读(430) 评论(0) 推荐(0) 编辑
摘要: ------------------下面是几个python内容1:改变python的编辑器2:匿名函数3:def f(a[:])#参数传递的是拷贝4:with自动关闭文件5:yield ==>pipe row 》》》http://www.cnblogs.com/coderzh/archive/20... 阅读全文
posted @ 2013-05-28 19:56 bielidefeng 阅读(671) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页