码迷,mamicode.com
首页 >  
搜索关键字:about    ( 4393个结果
Reverse Integer leetcode java
题目:Reverse digits of an integer.Example1: x = 123, return 321Example2: x = -123, return -321click to show spoilers.Have you thought about this?Here...
分类:编程语言   时间:2014-08-02 09:56:33    阅读次数:249
#module-django.db.models
ModelsA model is the single, definitive source of information about your data. It contains the essential fields and behaviors of the data you're stori...
分类:数据库   时间:2014-08-02 01:43:32    阅读次数:297
HOW-TO GEEK SCHOOL
This How-To Geek School class is intended for people who want to learn more about security when using Windows operating systems. You will learn many p...
分类:其他好文   时间:2014-08-01 18:50:32    阅读次数:333
LeetCode "Jump Game II"
Greedy, Greedy, Greedy.. It is all about maximum interval update.One trick is, we start looping over each element from the one nearest to end to farth...
分类:其他好文   时间:2014-08-01 13:32:21    阅读次数:283
隐藏错误--ErrorAction
ErrorAction 通用参数,有关详细信息,请键入“get-help about_commonparameters”有效值:Stop: 显示错误消息并停止执行。Inquire: 显示错误消息,并询问您是否要继续。Continue: ...
分类:其他好文   时间:2014-08-01 13:24:11    阅读次数:164
查看Eclipse版本
点击Help->About Eclipse,在弹出的对话框下部有很多logo。鼠标在logo上停留,会有提示,找出提示为Eclipse.org的那个logo,即为Eclipse的logo,点击,就可以看到Eclipse的版本。
分类:系统相关   时间:2014-08-01 10:42:11    阅读次数:322
LeetCode "Pow(x,n)"
Next time you see a numeric problem has a too straightforward solution, think about optimized one.Like this one: recursion\iteration is tooo slow. SoD...
分类:其他好文   时间:2014-08-01 06:57:01    阅读次数:279
first day~
it's been a long timewithout practicing~ almost everything about the C programming language.learn today: 1/ read the problem carefully. 2/no blank bet...
分类:其他好文   时间:2014-08-01 04:43:51    阅读次数:251
Introduction the naive“scull” 《linux设备驱动》 学习笔记
All about the naive“scull”...
分类:系统相关   时间:2014-07-31 21:03:47    阅读次数:386
Oracle Multitenant Environment (五) Create PDB
Creating and Removing PDBs with SQL*PlusThis chapter contains the following topics:About Creating and Removing PDBsPreparing for PDBsCreating a PDB Us...
分类:数据库   时间:2014-07-31 20:24:57    阅读次数:463
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!