[ilink32 Error] Error: Unresolved external 'SendARP' referenced from E:\APPOBJ\KSRGETMAC.OBJ ...
分类:
其他好文 时间:
2016-06-10 12:15:47
阅读次数:
134
查找、筛选与搜索数组元素是数组操作的一些常见功能。下面来介绍一下几个相关的函数。 in_array()函数 in_array()函数在一个数组汇总搜索一个特定值,如果找到这个值返回true,否则返回false。其形式如下: 1 boolean in_array(mixed needle,array ...
分类:
编程语言 时间:
2016-06-10 12:15:42
阅读次数:
173
传送门:http://www.lydsy.com/JudgeOnline/problem.php?id=2038 题目大意:作为一个生活散漫的人,小Z每天早上都要耗费很久从一堆五颜六色的袜子中找出一双来穿。终于有一天,小Z再也无法忍受这恼人的找袜子过程,于是他决定听天由命…… 具体来说,小Z把这N只 ...
分类:
其他好文 时间:
2016-06-10 12:16:53
阅读次数:
197
Map函数: 原型:map(function, sequence),作用是将一个列表映射到另一个列表, 使用方法: def f(x): return x**2 l = range(1,10) map(f,l) Out[3]: [1, 4, 9, 16, 25, 36, 49, 64, 81] Red ...
分类:
编程语言 时间:
2016-06-10 12:15:47
阅读次数:
196
1 PowerShell 支持 两种 不同的 使用模式 ? 哪两种呢?? PowerShell 有能够够,访问 整个 .Net Framework 底层的 能力 PowerShell 不区分大小写 2 PowerShell 术语 Cmdlet 是一个原生的PowerShell 命令行工具, 该术语仅 ...
分类:
其他好文 时间:
2016-06-10 12:13:31
阅读次数:
142
结果呢: <a class="myCSSClass" href="/" id="myAnchorID">This is an outgoing URL</a> ...
分类:
Web程序 时间:
2016-06-10 12:15:56
阅读次数:
147
在有些项目中,我们不希望系统的文件的被修改,如路由器的系统文件等等.我们就需要使用只读文件系统来保护我们的系统文件不被修改. 常见的只读文件系统有:cramfs文件系统和squashfs文件系统(cramfs文件系统的继任者) 一、cramfs文件系统: http://sourceforge.net ...
分类:
其他好文 时间:
2016-06-10 12:16:15
阅读次数:
251
直接上代码,重要的事情还是要强调一下,必须是IE浏览器才能打开。 上一篇文章上的注释就不过多的浪费细说了,重点说一下marker ...
分类:
其他好文 时间:
2016-06-10 12:13:34
阅读次数:
146
google map 目前我只会用js创建,好处是不需要申请google地图钥匙直接就可以用; 有一点必须强调,浏览器必须是IE 具体说明上面已经标注 ...
分类:
其他好文 时间:
2016-06-10 12:13:47
阅读次数:
144
重要的事情还是要强调一下必须用IE浏览器才能打开 本列就没有设置marker的格式,调用的是默认的图标。因为本来讲的就是infoWindow ...
设计模式目录
创建型
1. Factory Method(工厂方法)
2. Abstract Factory(抽象工厂)
3. Builder(建造者)
4. Prototype(原型)
5. Singleton(单例)
结构型
6. Adapter Class/Object(适配器)
7. Bridge(桥接)
8. Composite(组合)
9. Decorator(装...
分类:
其他好文 时间:
2016-06-10 11:10:46
阅读次数:
184
题目链接:https://leetcode.com/problems/valid-anagram/
题目:
Given two strings s and t, write a function to determine if t is an anagram of s.
For example,
s = "anagram", t = "nagaram", return true...
分类:
其他好文 时间:
2016-06-10 11:10:26
阅读次数:
169
Java学习之JDBC想写这类文章一经很久了,一直没时间,其实也不是真的没时间,只是感觉太累了,而且自己学的不够深,就一直搁浅。算下来,从真的开始学习写代码到现在已经四年了。
这四年从c++开始入门,然后学习了Linux,然后搞了几天win32,学习c++一年半,辞职准备考研,折腾了几天php(现在也就只能看懂php代码了),到准备考研一半,又工作。
这次工作给我带来了不少的收获,让我真正的有所...
分类:
数据库 时间:
2016-06-10 11:11:55
阅读次数:
220
题目链接:https://leetcode.com/problems/bulls-and-cows/
题目:
You are playing the following Bulls and Cows game with your friend: You write down a number and
ask your friend to guess what the number ...
分类:
其他好文 时间:
2016-06-10 11:11:02
阅读次数:
198
在之前,使用过下面的ini文件进行认证测试:#对用户信息进行配置
[users]
#用户名跟密码
zhangsan=111111
lisi=111111 里面用户的认证信息是写死的,so,now ,来测试下使用自定义Realm来从我们的DB读取User信息,完成用户认证。 首先大致看下Realm的类层级关系: 比如,我们之前使用ini文件中的users配置用户名跟密码的时候,认证和时候使用...
分类:
其他好文 时间:
2016-06-10 11:08:44
阅读次数:
167
一,Shiro整体介绍 shiro是apache的一个开源框架,是一个权限管理的框架,实现 用户认证、用户授权。 spring中有spring security (原名Acegi),是一个权限框架,它和spring依赖过于紧密,没有shiro使用简单。shiro不依赖于spring,shiro不仅可以实现 web应用的权限管理,还可以实现c/s系统,分布式系统权限管理,shi...
分类:
其他好文 时间:
2016-06-10 11:10:17
阅读次数:
191
题目链接:https://leetcode.com/problems/remove-invalid-parentheses/题目:
Remove the minimum number of invalid parentheses in order to make the input string valid. Return all possible results.Note: The input...
分类:
其他好文 时间:
2016-06-10 11:11:01
阅读次数:
159