WiFi万能钥匙编辑WiFi万能钥匙是一款自动获取周边免费Wi-Fi热点信息并建立连接的android手机必备工具。目录1软件简介2软件简介3软件功能4常见问题5更新日志1软件简介编辑[1]软件名称:WiFi万能钥匙[2]软件大小:2.04MB[3]软件类别:网络通讯运行环境:Android
2.1...
分类:
其他好文 时间:
2014-05-29 13:49:16
阅读次数:
365
You are given a string,S, and a list of
words,L, that are all of the same length. Find all starting indices of
substring(s) in S that is a concatenati...
分类:
其他好文 时间:
2014-05-29 09:09:35
阅读次数:
222
You are given a string,S, and a list of
words,L, that are all of the same length. Find all starting indices of
substring(s) in S that is a concatenati...
分类:
其他好文 时间:
2014-05-28 04:03:54
阅读次数:
240
HTTP 错误 500.21 - Internal Server Error
解决方案管理员身份运行->%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe
-i或者管理员 方式 进入命令行 : 64位系统:-->cd C:\Wi...
分类:
其他好文 时间:
2014-05-26 17:31:34
阅读次数:
165
??
1、Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letter...
分类:
其他好文 时间:
2014-05-26 05:03:19
阅读次数:
172
主贴:呵呵呵呵呵呵呵呵呵呵呵呵呵呵呵 $wi";echo $er;?> 发表回复:
BasePath = $oBasePath ; $...
分类:
Web程序 时间:
2014-05-26 02:19:14
阅读次数:
242
Zend Studio启动失败
启动zend studio; 弹出 failed to create the java virtual machine ;
解决办法:
在安装目录下 找到 ZendStudio.ini 文件;
打开;
以下是内容:
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.wi...
分类:
其他好文 时间:
2014-05-25 21:52:41
阅读次数:
302
问题:
给定两个字符串,S,T,返回S中包含T中所有字符的最短的字串,若不存在,则返回"".时间复杂度为O(n)。
例如:S = "ADOBCODEBANC"
T = "ABC"
返回BANC
生活场景:
把问题具体化现实化一点。有n层楼,每层楼里放有一个物品,现在老板给你一个物品清单,里面是要你集齐的物品,你可以乘坐电梯,但是电梯只停一次,停在哪...
首先要配置的是Android SDK中带有的adb工具:
解压并打开下载好的Android SDK,找到platform-tools文件夹,
右击我的电脑-->属性--->高级系统设置--->环境变量;
建议只在用户变量中设置;
如果有PATH环境变量就双击进行编辑,拷贝找到的platform-tools文件夹的全路径,例如:
D:\Program Files\adt-bundle-wi...
分类:
移动开发 时间:
2014-05-25 21:11:40
阅读次数:
373
0-1背包问题
0-1背包问题描述
有一个窃贼在偷窃一家商店时发现有n件物品,第i件物品价值为vi元,重量为wi,假设vi和wi都为整数。他希望带走的东西越值钱越好,但他的背包中之多只能装下W磅的东西,W为一整数。他应该带走哪几样东西?
0-1背包问题中:每件物品或被带走,或被留下,(需要做出0-1选择)。小偷不能只带走某个物品的一部分或带走两次以上同一个物品。
部...
分类:
其他好文 时间:
2014-05-25 13:30:40
阅读次数:
168