最近的项目要用到memcache,所以要在本地安装,安装过程中很遇到一些问题,在这里记录下。 我使用的是wamp集成环境,各个版本如下: WampServer Version 2.2 Apache Version 2.2.21 PHP Version 5.3.10 MySQL Version 5.5 ...
分类:
Web程序 时间:
2017-06-20 12:27:44
阅读次数:
205
关于python下安装PIL库遇到的问题及解决办法 关于python下安装PIL库遇到的问题及解决办法 :在下面这个网址下载pipllow(a replacement for PIL) www.lfd.uci.edu... ,我下的版本是Pillow-4.1.1-cp27-cp27m-win32.w ...
分类:
编程语言 时间:
2017-06-19 14:25:57
阅读次数:
223
MFC 添加对话框引用对话框对象时 编译报错:error LNK2019,解决办法是在工程文件上选择对话框类文件右键 >属性 Item Type改为C/C++ header(.h)和C/C++ Compiler(.cpp) ...
分类:
编程语言 时间:
2017-06-19 14:20:23
阅读次数:
126
public class NetAddrUtil { /** * 从url中分析出hostIP<br/> * @param url * @author wull * @return */ public static String getIpFromUrl(String url) { // 1.判断是 ...
分类:
编程语言 时间:
2017-06-19 12:52:51
阅读次数:
224
Pillow is a replacement for PIL, the Python Image Library, which provides image processing functionality and supports many file formats. ...
分类:
其他好文 时间:
2017-06-19 00:37:12
阅读次数:
441
根据man手册,在文件中加上以下定义,应该可以去处该warning #define _XOPEN_SOURCE /* glibc2 needs this */ #include 但不起作用(重新编译还是有该warning) 加上编译选项-D_XOPEN_SOURCE又出现一大推其他编译错误 最后在找 ...
分类:
其他好文 时间:
2017-06-18 20:45:49
阅读次数:
299
在 runlevel 的对应上,大概仅有 runlevel 1, 3, 5 有对应到 systemd 的某些 target 类型而已,没有全部对应; 全部的 systemd 都用 systemctl 这个管理程序管理,而 systemctl 支持的语法有限制,不像 /etc/init.d/daemo ...
分类:
其他好文 时间:
2017-06-18 17:29:24
阅读次数:
237
create table test0605 as select * from dba_objects;select t1.owner,t1.object_name,t1.object_id from test0605 t1 where t1.object_id=3344;select t1.SQL_ ...
分类:
数据库 时间:
2017-06-17 21:38:50
阅读次数:
255
一、代码部分:获取用户输入信息,并与截图一起保存到XX目录下 # -*- coding: utf-8 -*- # import pythoncom import pyHook import time import socket from PIL import ImageGrab # #如果是远程监听 ...
分类:
其他好文 时间:
2017-06-17 18:40:19
阅读次数:
206