apt-cache madison package-name搜索软件有那些可用版本,
分类:
其他好文 时间:
2014-05-17 01:41:39
阅读次数:
1017
要使用C#操作word,首先要添加引用:
1、添加引用->COM->Microsoft Word 11.0 Object Library
2、在.cs文件中添加usingWord;下面的例子中包括C#对Word文档的创建、插入表格、设置样式等操作:(例子中代码有些涉及数据信息部分被省略,重要是介绍一...
分类:
其他好文 时间:
2014-05-17 01:36:01
阅读次数:
244
by 蔡建良 2014-5-13关键点:利用Gradle发布本地maven库支持android
library 打包文件(*.aar) 的本地引用开发环境:windows7 64位操作系统android studio0.5.8(1)
安装maven1.在安装maven之前,先确保已经安装JDK1.6...
分类:
移动开发 时间:
2014-05-16 20:55:08
阅读次数:
1270
[QQ群: 189191838,对算法和C++感兴趣可以进来] 直接逼入正题。Standard
Template
Library简称STL。STL可分为容器(containers)、迭代器(iterators)、空间配置器(allocator)、配接器(adaptors)、算法(algorit...
分类:
其他好文 时间:
2014-05-14 03:55:43
阅读次数:
273
using System;using System.IO;using
System.Reflection;using System.Runtime.InteropServices;using
System.Text;namespace Souxuexiao.Cache{public static c...
分类:
数据库 时间:
2014-05-13 22:28:38
阅读次数:
561
VS2010正式版不再有单独的MSDN
Library安装选项,以至于很多同学找不到本地的MSDN Library来用,其实VS2010的ISO安装光盘里已经包含有MSDN
Library,只不过要手动安装,方法如下:1、安装完VS2010后,在开始菜单中打开Microsoft Visual Stu...
分类:
其他好文 时间:
2014-05-13 10:25:45
阅读次数:
259
1、先安装 geoip c library
geoip c library >= 1.4.6 installed on your machine. >= 1.4.6 installed on your machine.
wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.7.tar.gz
tar -xvzf GeoIP...
分类:
编程语言 时间:
2014-05-13 06:24:28
阅读次数:
940
大纲一、Varnish简介二、Varnish特点三、Varnish与Squid对比四、Varnish设计结构五、Varnish工作流程六、Varnish状态引擎(stateengine)七、安装与配置Varnish一、Varnish简介Varnish是一款高性能的开源HTTP加速器,挪威最大的在线报纸VerdensGang使用3台Varnish代替了原来的12..
分类:
其他好文 时间:
2014-05-13 01:24:57
阅读次数:
541
一、varnish定义Varnish与一般服务器软件类似,分为master(management)进程和child(worker,主要做cache的工作)进程。master进程读入命令,进行一些初始化,然后fork并监控child进程。child进程分配若干线程进行工作,主要包括一些管理线程和很多woker线程。在网站并发量过..
分类:
其他好文 时间:
2014-05-13 01:22:52
阅读次数:
513
错误信息如下:org.apache.ibatis.exceptions.PersistenceException:###Errorqueryingdatabase.Cause:org.apache.ibatis.cache.CacheException:Errordeserializingobject.Cause:java.lang.ClassNotFoundException:com.kytsoft.model.Adminlink###Cause:org.apache.ibatis.cache..
分类:
其他好文 时间:
2014-05-11 19:26:15
阅读次数:
455