码迷,mamicode.com
首页 > 2015年02月13日 > 全部分享
mkpasswd
-l # (length of password, default = 7) 指定密码的长度,默认是7位数-d # (min # of digits, default = 2) 指定密码中数字最少位数,默认是2位-c # (min # of lowerca...
分类:其他好文   时间:2015-02-13 09:14:11    阅读次数:122
ArrowLayer : A coustom layer animation
A CALayer subclass that draws a very simple arrow 1 #import 2 3 @interface ArrowLayer : CALayer 4 5 @property (nonatomic) CGFloat thickness; 6 @p...
分类:其他好文   时间:2015-02-13 09:15:56    阅读次数:124
Java发展的时间表
Java发展的时间表。 (版本号 名称 中文名 发布日期) JDK 1.1.4 Sparkler 宝石 1997-09-12 JDK 1.1.5 Pumpkin 南瓜 1997-12-13 JDK 1.1.6 Abigail 阿比盖尔--女子名 1998-04-24 JDK 1.1.7 Br...
分类:编程语言   时间:2015-02-13 09:15:24    阅读次数:722
frame框架
分类:其他好文   时间:2015-02-13 09:14:18    阅读次数:128
Android Notification 的使用
Notification 的使用需要导入 3 个类import android.app.PendingIntent;import android.app.NotificationManager;import android.app.Notification;代码示例及说明NotificationMa...
分类:移动开发   时间:2015-02-13 09:15:24    阅读次数:303
perl学习之:编译、执行与内存关系(转)
1、所谓在编译期间分配空间指的是静态分配空间(相对于用new动态申请空间),如全局变量或静态变量(包括一些复杂类型的常量),它们所需要的空间大小可以明确计算出来,并且不会再改变,因此它们可以直接存放在可执行文件的特定的节里(而且包含初始化的值),程序运行时也是直接将这个节加载到特定的段中,不必在程序...
分类:其他好文   时间:2015-02-13 09:15:14    阅读次数:217
多线程
//动态多线程using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Threading;namespace ConsoleApplication1{ class ...
分类:编程语言   时间:2015-02-13 09:12:41    阅读次数:204
互联网太发达也不好啊
互联网太发达,太不好了,现在什么工作都跟电脑打交道了。还有要把知识,储备起来,把自己的经历写下俩的人才能成功。这才意识到,写作的重要性,非常非常重要呢。工资是一个无止境的东西,难度是非常非常大的呢。我并不是傻子,我只是很难受,就是无法给公司创造财富,现在工资都是满大街都是,只要一个百度,就能很快知识...
分类:其他好文   时间:2015-02-13 09:12:52    阅读次数:112
Leetcode 17 Letter Combinations of a Phone Number - DFS思想
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon...
分类:其他好文   时间:2015-02-13 09:13:59    阅读次数:127
炒股如何开户(百度知道)
个人投资者A股证券开户流程一、个人投资者A股证券开户需携带的资料:1、证券开户本人的中华人民共和国居民身份证原件;2、证券账户卡原件(新开证券账户者不需提供)。二、个人投资者A股证券开户须知:1、16周岁以下自然人不得办理证券开户,16-18周岁自然人申请办理证券开户应提供收入证明;2、办理证券开....
分类:其他好文   时间:2015-02-13 09:15:21    阅读次数:103
selenium2.0关于python的常用函数
转:新建实例driver = webdriver.Chrome()1.获取当前页面的Url函数方法:current_url实例:driver.current_url2.获取元素坐标方法:location解释:首先查找到你要获取元素的,然后调用location方法实例:driver.find_elem...
分类:编程语言   时间:2015-02-13 09:13:49    阅读次数:205
解决Unable to load R3 module ...VBoxDD.dll (VBoxDD):GetLastError=1790
我的当前环境是:win7 64virtualbox:4.3.20 r96996错误:Unable to load R3 module D:\Program Files\Oracle\VirtualBox/VBoxDD.dll(VBoxDD):GetLastError=1790(VERR_UNRESO...
分类:其他好文   时间:2015-02-13 09:13:49    阅读次数:4235
基于HTML5/CSS3可折叠的3D立方体动画
今天要给大家带来另外一款CSS3 3D立方体动画,尤其在DEMO2中可以看到,鼠标滑过立方体后,它将会被打开,从里面弹出另外一个小立方体,动画效果非常酷,非常逼真。在线预览源码下载实现的代码。html代码: Depth Cube ...
分类:Web程序   时间:2015-02-13 09:13:10    阅读次数:156
Map集合
Map存放键值对;Map集合的数据结构只和键有关;Map的键是唯一的;
分类:其他好文   时间:2015-02-13 09:12:49    阅读次数:116
PAT1055. The World's Richest
Forbes magazine publishes every year its list of billionaires based on the annual ranking of the world's wealthiest people. Now you are supposed to si...
分类:其他好文   时间:2015-02-13 09:11:27    阅读次数:176
哈夫曼(Huffman)树与哈夫曼编码
声明:原创作品,转载时请注明文章来自SAP师太技术博客:www.cnblogs.com/jiangzhengjun,并以超链接形式标明文章原始出处,否则将追究法律责任!原文链接:http://www.cnblogs.com/jiangzhengjun/p/4289610.html哈夫曼树又称最优二叉...
分类:其他好文   时间:2015-02-13 09:14:07    阅读次数:222
HDU 1568 Fibonacci
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1568思路:用取对数的方法得到小数部分,再取前四位#include #include #include #include using namespace std;int main(){ int fi...
分类:其他好文   时间:2015-02-13 09:11:34    阅读次数:125
1544条   上一页 1 ... 73 74 75 76 77 78 79 ... 91 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!