码迷,mamicode.com
首页 >  
搜索关键字:tar -zcvf    ( 53556个结果
[Android学习系列15]下拉刷新列表实现动态加载
使用google官方的SwipeRefreshLayout参考:http://blog.csdn.net/easyer2012/article/details/22857807http://stormzhang.github.io/android/2014/03/29/android-swipere...
分类:移动开发   时间:2014-04-30 21:33:22    阅读次数:634
C# 轻量级ORM 编写思维
目标:降低研发人员门槛,提高效率,去除重复引用DLL的工作,基础配置由抽象工厂处理。基础扩展/// /// DataTable 转换为List 集合/// /// 类型/// DataTable/// public static List ToList(this DataTable dt) wher...
分类:其他好文   时间:2014-04-30 21:27:46    阅读次数:508
A Book Store Application Using AngularJS and Asp.Net Web Api
There are many examples out there demonstrating how AngularJS and Web API can be used together but almost all of them are in MVC, so I tried to implem...
分类:移动开发   时间:2014-04-30 21:19:35    阅读次数:625
未在本地计算机上注册“microsoft.ACE.oledb.12.0”提供程序的解决方法
在win7 操作系统中SQL2008导入excel2007 出现:未在本地计算机上注册“microsoft.ACE.oledb.12.0”提供程序的解决方法:出现这个原因是office 2007没有安装64位的数据驱动,下载:http://download.microsoft.com/downloa...
分类:数据库   时间:2014-04-30 20:53:51    阅读次数:464
教你如何理解session对象?
Session 对象用于存储用户的信息。存储于 session 对象中的变量握有单一用户的信息, 并且对于一个应用程序中的所有页面都是可用的。 Session 对象 当您操作某个应用程序时,您打开它,做些改变,然后将它关闭。这很像一次对话(Session)。 计算机知道您是谁。它清楚您在...
分类:其他好文   时间:2014-04-30 20:45:29    阅读次数:503
.NET源码保护控件VMProtect免费下载及使用教程脱壳等功能详解
VMProtect是一款全新的软件保护工具。与其它大部分的保护程序不同,VMProtect可修改程序的源代码。VMProtect可将被保护文件中的部分代码转化到在虚拟机(以下称作VM)上运行的程序(以下称作bytecode)中。您同样可把VM想象为具备命令系统的虚拟处理器,该命令系统与Intel 8...
分类:Web程序   时间:2014-04-30 20:35:56    阅读次数:712
UVA 10891 Game of Sum(DP)
This is a two player game. Initially there areninteger numbers in an array and playersAandBget chance to take them alternatively. Each player can take...
分类:其他好文   时间:2014-04-30 20:34:38    阅读次数:519
Gold mining in South Africa
A quarry operator in the Libyan needed to expand their crushing and screening plant in order to cope with an increase in chip and sand demand from the...
分类:其他好文   时间:2014-04-30 20:26:27    阅读次数:646
Ruby:Mechanize的使用教程
小技巧puts Mechanize::AGENT_ALIASES 可以打印出所有可用的user_agentputs Mechanize.instance_methods(false) 输出Mechanize模块的所有方法puts Mechanize.instance_methods() 输出Mech...
分类:其他好文   时间:2014-04-30 20:22:18    阅读次数:453
tomcat设置虚拟目录
实现文件下载有很多方式:1、后台读取文件,返回io流;2、配置tomcat,用户直接连到文件系统中的文件,进行下载,如下配置:在tomcat6版本中:1、【官方文档】本人不推荐。在tomcat\conf下server.xml中找到在其中添加:这的docBase要改成你的项目目录。2、 不修改serv...
分类:其他好文   时间:2014-04-30 20:18:15    阅读次数:475
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!