码迷,mamicode.com
首页 >  
搜索关键字:latest    ( 1907个结果
.NET手记-Autofac入门Getting Started
内容主要翻译自官方文档,原文请看:http://autofac.readthedocs.org/en/latest/getting-started/index.html#application-startup将Autofac集成进你的应用的基本模式:在脑海中构造基于控制反转(IoC)的应用程序架构添...
分类:Web程序   时间:2016-01-06 17:51:13    阅读次数:205
安装Windows Metasploit Framework
Installing the Metasploit Framework on Windows1. Visithttp://windows.metasploit.com/metasploitframework-latest.msito download the Windows installer. I...
分类:Windows程序   时间:2016-01-04 11:38:58    阅读次数:230
python - StringIO文本缓冲
参考:http://pymotwcn.readthedocs.org/en/latest/documents/StringIO.html类StringIO提供了一个在内存中方便处理文本的类文件(读, 写等操作)API. 使用cStringIO来处理大字符串可以提高运行性能,优于其他字符串串联技术.E...
分类:编程语言   时间:2015-12-30 00:05:24    阅读次数:306
关于python知识点的blog
http://www.cnblogs.com/wupeiqi/articles/4356675.htmlpython线程http://www.cnblogs.com/bizhu/archive/2012/05/17/2506202.html生产者消费者模型http://triaquae.readthedocs.org/en/latest/python写的一个软件。http://www.cnblogs.com/alex3714/p/4372426.htmlpython异步h..
分类:编程语言   时间:2015-12-29 19:40:46    阅读次数:160
移动端单页视图库,适用于制作移动Web touchbox
ouchBox原文:https://github.com/maxzhang/touchbox移动端单页视图库,适用于制作移动专题DEMOhttp://jsbin.com/vatuma/latest手机扫描下面二维码查看例子:使用方法首先,页面必须是下面的结构 // ... ...
分类:移动开发   时间:2015-12-29 19:08:46    阅读次数:193
salt常用模块及API
saltstack提供了非常丰富的功能模块,涉及操作系统的基础功能,常用工具支持等,更多模块信息见官网模块介绍:https://docs.saltstack.com/en/latest/ref/modules/all/index.html当然,也可以通过sys模块列出当前版本支持的模块。命令如下:#...
分类:Windows程序   时间:2015-12-29 12:35:21    阅读次数:879
Linux——SVN使用总结
参考:http://os.51cto.com/art/200908/143157_all.htmhttp://zhengkun.readthedocs.org/zh_CN/latest/2014/02/07/svn-usage/http://pm.readthedocs.org/zh_CN/latest/vcs/svn/usage.html本文讲述了Linux命令行下常用svn命令的使用方法,希望对您有所帮助。1、Linux命令行下将..
分类:系统相关   时间:2015-12-28 18:49:33    阅读次数:183
Linux下安装Firefox以及更新Adobe flash
一直无法舍弃Firefox浏览器,老是提示更新,但包管理器中的版本又不是最新版,只能自己手动安装了(一下是在Ubuntu14.04环境中进行的).1.去官网下载最新版本2.进入下载目录,解压文件sudo tar -xvjf Firefox-latest-x86_64.tar.bz23.删除旧版本(当...
分类:系统相关   时间:2015-12-28 12:21:44    阅读次数:158
linux中删除文件名称乱码
在最近的操作中发现一些上传的文件有乱码,更改几次都无法正常转换到中文。下面给出正确的解决方案:使用 ls -i 或者 ls -inum 查找出文件id号(红色字体)[root@localhost home]# ls -i260615 epel-release-latest-6.noarch.rpm ...
分类:系统相关   时间:2015-12-27 13:27:37    阅读次数:241
Mac OS X 10.10上以命令行模式使用GLWF3
GLWF3的介绍请移步其官网:http://www.glfw.org/docs/latest/index.html按照其官网上的安装介绍,用cmake从源码安装GLWF3Building Applications with GLWF3可以见http://www.glfw.org/docs/lates...
分类:系统相关   时间:2015-12-16 23:15:40    阅读次数:1493
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!