码迷,mamicode.com
首页 >  
搜索关键字:it works    ( 763个结果
各类数据库的扩展名
Access数据库的扩展名是.mdb MySQL数据库的扩展名是.mydMSSql数据库的扩展名是.mdfOracle数据库的扩展名是.DBF Paradox数据库的扩展名是.DBdBase数据库的扩展名是.DBFFoxPro数据库的扩展名是.DBFMS Works数据库的扩展名是.wdb ...
分类:数据库   时间:2019-11-12 20:18:46    阅读次数:85
how does SELECT TOP works when no order by is specified?
how does SELECT TOP works when no order by is specified? There is no guarantee which two rows you get. It will just be the first two retrieved from th ...
分类:其他好文   时间:2019-11-02 12:14:38    阅读次数:102
我的i3config配置
我的i3wm配置文件说明 文件位置: 1. 终端替换成alacritty,替换相关绑定 2. 使用rofi替换dmenu 3. google chrome替换Pale Moon浏览器绑定 4. 开机启动桌面背景、开启compton滤镜 5. 深度截图绑定(无法使用粘贴板待解决) 6. 设置works ...
分类:其他好文   时间:2019-10-20 01:18:18    阅读次数:448
Java 字符流读写文件
据说,java读写文件要写很多,贼麻烦,不像c艹,几行代码就搞定。只能抄抄模板拿来用了。 输入输出流分字节流和字符流。先看看字符流的操作,字节转化为字符也可读写。 一、写入文件 1.FileWriter类: FileWriter fw=new FileWriter("hello");//在works ...
分类:编程语言   时间:2019-10-05 14:12:40    阅读次数:127
Oil Deposits (DFS)
The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of ...
分类:其他好文   时间:2019-10-02 00:42:45    阅读次数:75
Leetcode: Minimum Domino Rotations For Equal Row
1. The final uniform character should be either A[0] or B[0] 2. A[0] could be at the top, or the bottom. Same applies to B[0] 3. If A[0] works, no nee ...
分类:其他好文   时间:2019-10-01 16:12:21    阅读次数:121
Traverse an expression tree and extract parameters
Traverse an expression tree and extract parameters I think as you've said that using ExpressionVisitor works out to be a good approach. You don't need ...
分类:其他好文   时间:2019-09-24 19:21:37    阅读次数:119
读了两章的 How Tomcat Works
周一发现了一本书.How Tomcat Works 惯例先到豆瓣搜书评.结果书评出奇的好.然后下载了PDF.从简介中看,本书的每个章节都会不断的围绕怎么建造一个Tomcat讲解.我本人比较喜欢这种造轮子的书.原因很简单,比较笨.如果书中没有代码,很难从脑海中构件代码结构.可是万万没想到,看到第三章, ...
分类:其他好文   时间:2019-09-20 00:22:34    阅读次数:99
python deque的内在实现 本质上就是双向链表所以用于stack、队列非常方便
How collections.deque works? Cosven Cosven Cosven Cosven 前言:在 Python 生态中,我们经常使用 collections.deque 来实现栈、队列这些只需要进行头尾操作的数据结构,它的 append/pop 操作都是 O(1) 时间复杂 ...
分类:编程语言   时间:2019-08-30 11:57:16    阅读次数:162
Angular8.1.0基础---组件样式绑定
1,绑定一个class名 <p [class.isActive]="boolean"> p element works! </p> 也可 <p [class.isActive]="fn()"> p element works! </p> fn(){ return boolean } 2,绑定多个cl ...
分类:其他好文   时间:2019-08-28 11:25:56    阅读次数:106
763条   上一页 1 ... 4 5 6 7 8 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!