99% of information we read, we forget anyway. The best way to remember is to "DO". 缘起 最近在FreeCodeCamp上面学习前端知识,不知不觉已经学到了319课,现在遇到的一个小project是做一款井字游戏。说起 ...
分类:
其他好文 时间:
2016-04-26 10:51:40
阅读次数:
166
Give your time life! Maybe I have said this sentence too much , now I can not remember the passion I used to have . And also I can not remember the pe ...
分类:
其他好文 时间:
2016-04-25 21:09:17
阅读次数:
273
Remember that most things are really simple, if you catch yourself overcomplicating something that should be simple then you are most likely doing it ...
分类:
其他好文 时间:
2016-04-12 22:09:32
阅读次数:
179
Whenever we are writing code, we need to remember that things may go wrong. If an error happens in a function, that error will be thrown. Errors can a ...
分类:
Web程序 时间:
2016-04-10 01:11:46
阅读次数:
145
UVA 1401 - Remember the Word [题目链接] 题意:给定一些单词。和一个长串。问这个长串拆分成已有单词,能拆分成几种方式 思路:Trie,先把单词建成Trie。然后进行dp。dp[i]表示以i为开头的情况,然后每一个状态仅仅要在Trie树上找到对应的i开头的单词,然后dp[ ...
分类:
其他好文 时间:
2016-04-03 14:22:17
阅读次数:
127
//登录 private void btn_Login_Click(object sender, EventArgs e) { //记住密码 if (cb_remember.Checked == true) { //把用户名和密码写入到程序运行目录的xtflz.dll文件中 WriteIni("My ...
I still remember the error which I made in my java project last year. I spent a whole night solving it and finally I found it and corrected it. My jav
分类:
其他好文 时间:
2016-03-06 19:10:04
阅读次数:
120
描述Password security is a tricky thing. Users prefer simple passwords that are easy to remember (like buddy), but such passwords are often insecure. So
分类:
其他好文 时间:
2016-03-03 20:55:10
阅读次数:
245
How to read a scientific paper Nothing makes you feel stupid quite like reading a scientific journal article. I remember my first experience with thes
分类:
其他好文 时间:
2016-02-24 21:01:24
阅读次数:
196
1.prepare front-end code, meta content-type cannot be ignored! as to the xhr, status should be 3 2.back-end, remember to to call tw...
分类:
Web程序 时间:
2016-01-21 23:36:34
阅读次数:
164