一,获得Mircosoft URLRewriter.dll:获得Mircosoft URLRewriter.dll可以到http://www.microsoft.com/china/msdn/library/webservices/asp.net/URLRewriting.mspx?mfr=true ...
分类:
Web程序 时间:
2019-01-07 20:51:21
阅读次数:
206
java连接redis 简单连接 1、创建Java Project项目 添加JUnit测试环境:项目名 右键 Build Path Add Library JUnit Next Finish 在项目名下添加lib文件夹 2、添加jar包 jedis的jar包:jedis.jar jedis连接池的j ...
分类:
编程语言 时间:
2019-01-07 00:12:41
阅读次数:
121
XML(可扩展性标记语言)是一种非常常用的文件类型,主要用于存储和传输数据。在编程中,对XML的操作也非常常见。 本文根据python库文档中的xml.etree.ElementTree类来进行介绍XML的解析:https://docs.python.org/3.5/library/xml.etre ...
分类:
其他好文 时间:
2019-01-06 15:41:00
阅读次数:
269
from matplotlib import pyplot as plt#设置图形大小plt.figure(figsize=(20,8),dpi=80)plt.plot(x,y,color="cyan",linestyle="",linewidth="",alpha=0.4,label="")#设置... ...
分类:
其他好文 时间:
2019-01-06 14:35:29
阅读次数:
244
参考文献: http://technet.microsoft.com/en-us/library/ms188388.aspx 使用alter index来rebuild和reorganize索引来清除碎片,rebuild能够完全清除碎片,但是reorganize却不能。 结论 reorganize ...
分类:
数据库 时间:
2019-01-06 11:20:00
阅读次数:
357
socket.io https://socket.io/ https://socket.io/docs/ What Socket.IO is Socket.IO is a library that enables real-time, bidirectional and event-based co ...
分类:
其他好文 时间:
2019-01-06 10:47:35
阅读次数:
190
也就是windows下的.dll 1.命名 2.制作 (1)生成与位置无关的.o文件 gcc -fPIC -c *.c -I ../include (2)将.o打包成动态库(或者叫共享库) gcc -shared -o libmytest.so *.o -I ../include 3.发布和使用 ( ...
分类:
系统相关 时间:
2019-01-05 00:12:55
阅读次数:
212
go get -u github.com/beego/bee 报警告: # github.com/beego/beeld: warning: text-based stub file /System/Library/Frameworks//CoreFoundation.framework/CoreF ...
分类:
系统相关 时间:
2019-01-04 21:27:38
阅读次数:
188
R语言实现:library(tidyverse) 1、Ndocs = 500 WordsPerDoc = rpois(Ndocs, 100) 2、 thetaList = list(c(A=.60, B=.25, C=.15),c(A=.10, B=.10, C=.80)) //主题A、B、C th ...
分类:
其他好文 时间:
2019-01-04 18:42:57
阅读次数:
180
网盘资源 国内网盘 1.榆木搜 http://www.yumuso.com/ 2.云盘之家 http://wowenda.com/ 3.盘多多 http://www.panduoduo.net/ 4.西林街 http://www.xilinjie.com/ 5.胖次网盘搜索引擎 http://www ...
分类:
其他好文 时间:
2019-01-04 14:44:43
阅读次数:
489