Internet: There's only one of it, and you're on it now. Intranet: An internal network local to a company mostly. Extranet: A part of an intranet that' ...
分类:
Web程序 时间:
2017-02-17 14:54:11
阅读次数:
195
上面的代码就是判断一个集合里面是否有重复的数据,如果有重复的数据则添加到 listresult 对象中且跳出外层循环,上面的代码如果不使用 outterLoop ,直接break;的话,只会中断内层的循环; ...
分类:
编程语言 时间:
2017-02-14 12:29:55
阅读次数:
183
同时识别多个手势,需要设置手势代理 1. <UIGestureRecognizerDelegate> 2.- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyW ...
分类:
其他好文 时间:
2017-02-14 10:45:18
阅读次数:
172
谷歌浏览器记住密码输入框颜色会改变,并且字体颜色会变成黑色,如图 输入框原来的样式是这样的 然而记住密码后,输入框颜色就变成了黄色,并且字体变成了黑色 这是由于谷歌浏览器的自带样式的缘故: input:-webkit-autofill, textarea:-webkit-autofill, sele ...
分类:
其他好文 时间:
2017-02-13 11:26:04
阅读次数:
255
对于前端开发者来说,在开发过程中应用“框架”这一工具,可以极大的缩短开发时间,提高开发效率。今天我们就开介绍一款常用的框架——jQuery EasyUI。 那什么是jQuery EasyUI呢? jQuery EasyUI是一组基于jQuery的UI插件集合体,而jQuery EasyUI的目标就是 ...
分类:
Web程序 时间:
2017-02-10 14:34:42
阅读次数:
301
压缩解压:WinRAR 垃圾清理:CCleaner 屏幕截图:FastStoneCapture 系统工具:Re-Loader ...
分类:
其他好文 时间:
2017-02-08 14:52:55
阅读次数:
162
1.aptitude show 软件名 例如:aptitude show kde-runtime 2.软件名 例如:dpkg -l gedit 3.查询安装路径 例如:dpkg -L gedit 或者 4.whereis 软件名 例如:whereis gedit ...
分类:
系统相关 时间:
2017-02-08 10:24:19
阅读次数:
234
How can I get list of all colors I can pick in Visual Studio Designer (which is System.Windows.Media.Colors, but that isn't a collection) and put them ...
Index of contents Setting up the MinGW 64 environment Step 1) building libiconv Step 2) building libz Step 3) building libjpeg Step 4) building libpng ...
分类:
Web程序 时间:
2017-02-07 01:29:51
阅读次数:
1263
We Chall-Training: LSB-Writeup ...
分类:
其他好文 时间:
2017-02-06 12:11:22
阅读次数:
349