摘要: http://www.thinksaas.cn/group/topic/395734/ 阅读全文
posted @ 2016-03-06 22:40 elautoctrl 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 例子在 http://peter-hoffmann.com/2012/python-simple-queue-redis-queue.html 英文 http://www.django-china.cn/topic/1054/ 中文 可参考 http://www.yiibai.com/redis/r 阅读全文
posted @ 2016-03-06 22:14 elautoctrl 阅读(1464) 评论(0) 推荐(0) 编辑
摘要: 看你弄的这么辛苦,给你的方法exec(open(".py","r").read)open(".py",'r').read() 就是读取文件的字符串你可以string=open(".py",'r').read() print string exec是运行字符串里的程序,不同的是他可以跨行,不像eval 阅读全文
posted @ 2016-02-28 16:11 elautoctrl 阅读(2537) 评论(0) 推荐(1) 编辑
摘要: http://blog.csdn.net/carson2005 阅读全文
posted @ 2016-02-17 00:59 elautoctrl 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 提示:本文为笔者原创,转载请注明出处:blog.csdn.net/carson2005 经常碰到朋友问我国内从事计算机视觉(CV)领域的公司的发展情况,产品情况,甚至找工作等问题,这里,我给出自己收集的国内从事CV相关领域的公司网址及其主要产品,有兴趣的朋友可以去看看。另外,资料整理的不是很完善,后 阅读全文
posted @ 2016-02-17 00:43 elautoctrl 阅读(806) 评论(0) 推荐(0) 编辑
摘要: 提示:本文为笔者原创,转载请注明出处:blog.csdn.net/carson2005 以下链接是本人整理的关于计算机视觉(ComputerVision, CV)相关领域的网站链接,其中有CV牛人的主页,CV研究小组的主页,CV领域的paper,代码,CV领域的最新动态,国内的应用情况等等。打算从事 阅读全文
posted @ 2016-02-17 00:35 elautoctrl 阅读(371) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/chenleiustc/archive/2009/11/25/1527813.html 方法一:将标签缩小到机会看不到:设置页面的大小模式会自动适合(会尽量占有空间);将标签(Item)的大小设置为最小(无宽度,高度为1) TabControl.Size 阅读全文
posted @ 2016-02-03 13:48 elautoctrl 阅读(2380) 评论(0) 推荐(0) 编辑
摘要: undefined reference to `rpl_malloc'编译tslib,执行make时提示undefined reference to `rpl_malloc'是因为config.h.in文件中有/* Define to rpl_malloc if the replacement fu... 阅读全文
posted @ 2016-01-18 18:53 elautoctrl 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 1. 下载wget http://python.org/ftp/python/2.7.6/Python-2.7.6.tgz2. 解压,编译tar zxvf Python-2.7.6.tgz./configure --prefix=/usr/local/python27makemake install... 阅读全文
posted @ 2015-12-15 20:07 elautoctrl 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 如何进行web应用安全防御,是每个web安全从业者都会被问到的问题,非常不好回答,容易过于肤浅或流于理论,要阐明清楚,答案就是一本书的长度。而本文要介绍一本能很好回答这个问题的优秀书籍——《web application defender's cookbook》,这 是一本被低估的“干货”书籍,虽然... 阅读全文
posted @ 2015-12-15 02:27 elautoctrl 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 用到Combox控件两个属性:1 MaxDorpDownItems 显示条数2 IntegralHeight 设置 为false例如:显示最多20条,超过20条显示垂直滚动条this.comboBox1.IntegralHeight = false;this.comboBox1.MaxDropDow... 阅读全文
posted @ 2015-12-05 16:56 elautoctrl 阅读(2155) 评论(0) 推荐(0) 编辑
摘要: Wireshark是一个强大开源流量与协议分析工具,除了传统网络协议解码外,还支持众多主流和标准工控协议的分析与解码。序号 协议类型 源码下载 简介1 Siemens S7 https://github.com/wireshark/wireshark/tree/master/epan/dissect... 阅读全文
posted @ 2015-12-02 20:58 elautoctrl 阅读(3549) 评论(0) 推荐(0) 编辑
摘要: 登录ftp时显示227 Entering Passive Mode (xxx,xxx,,xxx,xxx,x)因为FTP有两种工作模式,PORT方式和PASV方式,中文意思为主动式和被动式 ,详细介绍如下: 主动 FTP : 命令连接:客户端 >1024 端口 → 服务器 21 端口 数... 阅读全文
posted @ 2015-11-17 21:36 elautoctrl 阅读(1538) 评论(0) 推荐(0) 编辑
摘要: 1. RPM二进制包方式安装目录结构 二进制包方式安装时使用系统软件默认目录结构: /usr/bin #mysql用户可执行文件目录 /usr/libexec #mysql后台daemon程序目录 /usr/lib/mysql #mysql库文件目录 /usr/lib64/mysql #如果为64系... 阅读全文
posted @ 2015-11-14 10:52 elautoctrl 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 环境:cat /etc/issueUbuntu 14.04.2 LTS \n \lcat /proc/cpuinfoprocessor : 0vendor_id : GenuineIntelcpu family : 6model : 45mode... 阅读全文
posted @ 2015-10-26 22:24 elautoctrl 阅读(782) 评论(0) 推荐(0) 编辑
摘要: private void listViewEx_MouseClick(object sender, MouseEventArgs e) { ListViewItem lv = listViewEx.GetItemAt(e.X, e.Y); M... 阅读全文
posted @ 2015-10-26 10:30 elautoctrl 阅读(4545) 评论(0) 推荐(0) 编辑
摘要: 相机拍的图,电脑上画的图,word里的文字,电脑屏幕,手机屏幕,相机屏幕显示大小一切的一切都搞明白了!先说图片X×dpi=点数dotX是图片实际尺寸,简单点,我们只算图片的高吧,比如说拍了张图片144×144 72dpi,那么它的实际高就是144÷72=2吋dpi是每吋点数,在相机拍出一张图片之后它... 阅读全文
posted @ 2015-10-13 08:57 elautoctrl 阅读(616) 评论(0) 推荐(0) 编辑
摘要: Image Imageimage; Imageimage = System.Drawing.Image.FromFile(@"C:\A.JPG"); Bitmap bitmap = new Bitmap(Imageimage); bi... 阅读全文
posted @ 2015-10-12 15:40 elautoctrl 阅读(2586) 评论(0) 推荐(0) 编辑
摘要: http://www.jb51.net/article/53895.htm 阅读全文
posted @ 2015-09-24 16:16 elautoctrl 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 1. 用xrdp的方式(客户端就是windows下的远程桌面程序)http://jingyan.baidu.com/article/d3b74d64bdab5d1f76e60951.html2. 用vnc方式http://www.linuxidc.com/Linux/2013-10/90818.ht... 阅读全文
posted @ 2015-09-16 11:15 elautoctrl 阅读(697) 评论(0) 推荐(0) 编辑