码迷,mamicode.com
首页 >  
搜索关键字:wan    ( 2256个结果
Software Engineering——A PRACTITIONER'S APPROACH (english edition · eighth edition)
ARCHITETUAL DESIGN Record at P261 Choosing the right architecture style can be tricky. Bushman suggests two complementary concepts that can provide so ...
分类:移动开发   时间:2017-05-12 11:41:52    阅读次数:266
Hdoj 3697 Selecting courses 【贪心】
Selecting courses Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 62768/32768 K (Java/Others) Total Submission(s): 2082 Accepted Submission(s): 5 ...
分类:其他好文   时间:2017-05-12 09:33:39    阅读次数:128
谈谈图像的style transfer(二)
style transfer的深度学习论文(二) 简述16年下半年到17年5月份主要的style transfer论文。
分类:其他好文   时间:2017-05-12 01:40:55    阅读次数:1294
March 6 2017 Week 10 Monday
A well-spent day brings happy sleep. 丰盈白日,安眠晚间。 Recently my sleep is not so good, for one thing I go to bed too late, then sometimes I miss the right ...
分类:其他好文   时间:2017-05-12 01:36:27    阅读次数:157
fork()函数 —— 父子进程资源问
fork()函数功能——创建新进程 1、父子进程有独立的数据段、堆、栈,共享代码段 Linux中每个进程都有4G的虚拟地址空间(独立的3G用户空间和共享的1G内核空间),fork()创建的子进程也不例外。子进程资源的由来: 1、1G内核空间既然是所有进程共享,因此fork()创建的子进程自然也将拥有 ...
分类:系统相关   时间:2017-05-12 01:33:12    阅读次数:334
Oulipo HDU - 1686
The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was a member of the Oulipo group. A quote fr ...
分类:其他好文   时间:2017-05-11 22:13:17    阅读次数:246
python自动化之正则
import re phoneNumRegex=re.compile(r'\d\d\d-\d\d\d-\d\d\d\d') mo=phoneNumRegex.search('My number is 415-555-4242.') print('Phone number found: '+mo.gr ...
分类:编程语言   时间:2017-05-10 19:52:37    阅读次数:231
[Git]checkout 指定版本
Task:知道commit号,如何checkout 指定版本 1. 切换到指定的branch 2. 下载head 3. 查看log找到需要的版本 4. 根据header checkout ...
分类:其他好文   时间:2017-05-10 15:39:53    阅读次数:490
laravel 路由修改不起作用解决方案
起由:今天帮朋友解决了下bug,bug就是它使用laravel时候,怎样修改路由文件,都没有发生变化,但是故意在routes.php中增加语法错误时又具有错误,因此想到了可能是这个项目使用的laravel的路由缓存,而且其路由文件中就有很多很多的路由,因此更加断定项目使用了路由缓存。 解决方案:每次 ...
分类:其他好文   时间:2017-05-10 14:34:02    阅读次数:545
Ubuntu Linux系统环境变量配置文件【转】
本文转载自:https://my.oschina.net/qinlinwang/blog/30471 Ubuntu Linux系统环境变量配置文件: /etc/profile : 在登录时,操作系统定制用户环境时使用的第一个文件 ,此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行 ...
分类:系统相关   时间:2017-05-10 13:06:01    阅读次数:179
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!