码迷,mamicode.com
首页 >  
搜索关键字:note about the work    ( 20899个结果
关于火狐游览器设置全屏状态不显示工具栏以及其他游览器全屏问题
无论是IE,火狐,还是谷歌游览器。按F11可以实现全屏状态显示,再次按F11可以回到原先的网页显示状态。清楚游览器缓存快捷键:ctrl+shift+delete实现火狐游览器在全屏状态显示工具栏的方法:第一步打开火狐游览器:输入about:config如下图:单击“我保证小心”打开如下网页并找..
分类:其他好文   时间:2014-05-27 03:33:41    阅读次数:197
about variables
局部变量(Local Variable),全局变量(global variable),变量共享;静态局部变量(static local variables),函数运行结束变量值不会消失,并且其它函数无法访问的变量;简单模拟登陆密码验证使用静态局部变量可以让函数产生的数据更长期更安全地存储,如果一个函...
分类:其他好文   时间:2014-05-23 11:59:35    阅读次数:278
LeetCode OJ - Recover Binary Search Tree
题目:Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space ...
分类:其他好文   时间:2014-05-23 11:31:51    阅读次数:299
LeetCode: Valid Sudoku [035]
【题目】 Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules. The Sudoku board could be partially filled, where empty cells are filled with the character '.'. A partially filled sudoku which is valid. Note: A valid Sudoku board (par...
分类:其他好文   时间:2014-05-22 09:58:54    阅读次数:234
About Apache Cordova
Apache Cordova is a set of device APIs that allow a mobile app developer to access native device function such as the camera or accelerometer from Jav...
分类:其他好文   时间:2014-05-22 02:34:01    阅读次数:264
JavaScript Patterns 2.5 (Not) Augmenting Build-in Prototypes
Other developers using your code will probably expect the built-in JavaScript methods to work consistently and will not expect your additions. And pro...
分类:编程语言   时间:2014-05-22 02:21:49    阅读次数:298
RIAidea – Focus on Flash/Flex/AIR ? About Me
RIAidea – Focus on Flash/Flex/AIR ? About MeBrowse > Home > About MeTuesday, May 20, 2014 | Subcribe via RSSAbout MeName: Flashlizi (Alex.li) MSN: fla...
分类:其他好文   时间:2014-05-22 00:22:21    阅读次数:340
LeetCode:Single Number II
题目:     Given an array of integers, every element appears three times except for one. Find that single one.     Note:     Your algorithm should have a linear runtime complexity. Could you implem...
分类:其他好文   时间:2014-05-20 16:22:52    阅读次数:241
C++ 线程池的设计问题
1. 给用户添加任务的接口是 schedule(arg), arg应该如何设置a) 创建 Work class, 将arg设置为 Work*, Work由用户创建,用户删除,线程池内仅保留对Work对象的引用问题:我写完thread_pool后才发现,用户不再知道如何去删除他创建的 Work了,因为...
分类:编程语言   时间:2014-05-20 12:15:23    阅读次数:337
SNMP 和 NetBios协议理解
http://note.youdao.com/share/?id=0f3b39a6c3e0d5363076729662d164a3&type=note一、简单网络管理协议(SNMP,Simple Network Management Protocol)构成了互联网工程工作小组(IETF,Intern...
分类:移动开发   时间:2014-05-20 10:49:00    阅读次数:363
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!