码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
Creating Isomorphic Apps with Node.js, React, and Express
In this article, we’re going to use following software:React: the UI framework that can rendered on both server and client.webpack: a module bundler t...
分类:移动开发   时间:2015-08-11 11:49:44    阅读次数:162
Try Before Choosing
?Try Before ChoosingErik DoernenburgCREATing An AppliCATion REquiRES MAKing MAny dECiSionS. Some might involve choosing a framework or library, while others revolve around the use of specific design pa...
分类:其他好文   时间:2015-08-11 10:09:24    阅读次数:189
转载---linux运维相关
前段时间,我在准备面试的时搜到的一套Linux运维工程师面试题,感觉比较全面,一直保存在草稿,刚在整理后台时翻了出来,干脆就发出来好了,以备不时之需。1.linux如何挂在windows下的共享目录1mount.cifs //192.168.1.3/server /mnt/server -o use...
分类:系统相关   时间:2015-08-11 07:07:42    阅读次数:194
【LeetCode】119 - Pascal's Triangle II
Given an indexk, return thekthrow of the Pascal's triangle.For example, givenk= 3,Return[1,3,3,1].Note:Could you optimize your algorithm to use onlyO(...
分类:其他好文   时间:2015-08-10 21:48:30    阅读次数:114
LeetCode(24) Swap Nodes in Pairs
题目Given a linked list, swap every two adjacent nodes and return its head.For example, Given 1->2->3->4, you should return the list as 2->1->4->3.Your algorithm should use only constant space. You may...
分类:其他好文   时间:2015-08-10 20:06:13    阅读次数:117
Fragment:关于Avoid non-default constructors in fragments的错误
在android开发中,写了一个关于继承Fragment的类时,如果有重载构造函数时,会提示“Avoid non-default constructors in fragments: use a default constructor plus Fragment#setArguments(Bundl...
分类:其他好文   时间:2015-08-10 19:50:10    阅读次数:128
linux的一些常用操作(随时更新)命令导入sql文件
一、.打开terminal方法 1.最方便的是Ctrl+Alt+T 2.点击Dash主页 输入terminal 二、显示当前路径  pwd 三、显示当前路径下的文件 ls 四、导入sql文件到mysql数据库 1.>mysql -u root -p 2.>mysql密码 3.进入mysql就可以导入了  >use yourdatabasename; 4 >set name ...
分类:数据库   时间:2015-08-10 14:52:08    阅读次数:150
Linux - quota的举例说明
实作 Quota 流程-1:文件系统支持 [root@www ~]# df -h /home Filesystem Size Used Avail Use% Mounted on /dev/hda3 4.8G 740M 3.8G 17% /home [root@www ~]# mount | grep home /dev/hda3 on /ho...
分类:系统相关   时间:2015-08-10 12:01:23    阅读次数:222
redis配置文件redis.conf详细说明
# By default Redis does not run as a daemon. Use ‘yes‘ if you need it. # Note that Redis will write a pid file in /var/run/redis.pid when daemonized. #Redis默认不是以守护进程的方式运行,可以通过该配...
分类:其他好文   时间:2015-08-09 20:51:56    阅读次数:178
whust #0.2 I Incognito
I17IncognitoSpies use attributes to disguise themselves to make sure thatthey are not recognized. For example, when putting on sun-glasses, a spy sudd...
分类:其他好文   时间:2015-08-09 20:33:48    阅读次数:131
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!