码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
python-inotify 在linux上安装
python-inotify 在linux上安装0 下载$ wget --no-check-certificate https://pypi.python.org/packages/source/p/pathlib/pathlib-1.0.1.tar.gz $ wget --no-check-certificate https://bitbucket.org/JanKanis/python-ino...
分类:编程语言   时间:2015-04-21 14:36:55    阅读次数:154
利用sfntly的sfnttool.jar提取中文字体
雨忆博客中提到了sfntly(具体介绍可以看:https://code.google.com/p/sfntly/),利用其中sfnttool.jar就可以提取只包含指定字符的字体,如果想在页面中通过@font-face嵌入中文字体的话是一个不错的选择。sfnttool.jar的选项如下:java -...
分类:编程语言   时间:2015-04-21 12:45:30    阅读次数:2068
支持ipv6类型的ddos测试工具thc-ipv6
官网地址https://www.thc.org/thc-ipv6/下载wgethttps://www.thc.org/releases/thc-ipv6-2.7.tar.gz安装[root@20211mysoft]#tarzxvfthc-ipv6-2.7.tar.gz[root@20211mysoft]#cdthc-ipv6-2.7[root@20211thc-ipv6-2.7]#make[root@20211thc-ipv6-2.7]#makeinstallinstall-m0755-d/u..
分类:其他好文   时间:2015-04-21 11:23:35    阅读次数:472
learn lua the hard way
找到一个学习lua的资源: Lua Missions 下载: https://github.com/kikito/lua_missions missions目录为题目,src目录为答案。 如何运行: cd lua_missions\missions lua missions.lua 学习的形式 通过填空的形式,学习lua的语法和API。例如: function te...
分类:其他好文   时间:2015-04-21 11:11:40    阅读次数:130
C#正则表达式获取网址的域名(IP)
代码如下:string p = @"(http|https)://(?[^(:|/]*)";Regex reg = new Regex(p, RegexOptions.IgnoreCase);Match m = reg.Match(HostUrl);Result=m.Groups["domain"]...
分类:Windows程序   时间:2015-04-21 09:32:38    阅读次数:885
Node.js数据库连接池操作通用工具(MySQL模块)
出处:OSN开源站点数据库通用工具类,OSN源代码地址,https://github.com/obullxl/osnode-site,百度云演示站点,http://obullxl.duapp.com使用平台:Node.js依赖的项目:OSN开源站点 /** * 数据库模块*/var config =...
分类:数据库   时间:2015-04-21 09:26:33    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!