上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 56 下一页
摘要: 转载自 "韩天峰(Rango)的博客" 这个话题老生长谈了,在面试中必然考核的能力中,我个人认为解决问题能力是排第一位的,比学习能力优先级更高。解决问题的能力既能看出程序员的思维能力,应变能力,探索能力等,又可以看出他的经验。如果解决问题能力不佳是无法通过面试的。 这里举个例子,假如我执行了一... 阅读全文
posted @ 2015-09-05 00:37 ChrisZZ 阅读(440) 评论(0) 推荐(0) 编辑
摘要: ubuntu官网的,https://help.ubuntu.com/community/SwitchingToUbuntu/FromLinux/RedHatEnterpriseLinuxAndFedora省得自己去总结了,直接贴过来,备用。===SwitchingToUbuntu/FromLinux... 阅读全文
posted @ 2015-08-20 20:25 ChrisZZ 阅读(557) 评论(0) 推荐(0) 编辑
摘要: CLion是JetBrains公司的一款C++的IDE。默认使用Cmake构建。 ubuntu和fedora下的安装 在ubuntu下安装了CLion,和QtCreator相比: ibus输入法能输入中文吗?CLion中可以,QtCreator中不行 在cmake项目中能通过鼠标右键添加新的... 阅读全文
posted @ 2015-08-15 18:08 ChrisZZ 阅读(4459) 评论(0) 推荐(0) 编辑
摘要: Recommended BooksHere is a list of books which I have read and feel it is worth recommending to friends who are interested in computer science.Machine... 阅读全文
posted @ 2015-08-07 00:12 ChrisZZ 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 偶感 === 偶尔开几个脑洞,别太认真~ 你怎样理解序列化和反序列化? 答:我认为这就是广义的I/O,也就是以网络传输作为形式的文件读写操作。 大数据是什么? 答:大数据就是一场炒作,就是人懒得去分析表之间的关系,然后用machine learning,deep learning的各种算法... 阅读全文
posted @ 2015-07-29 23:33 ChrisZZ 阅读(217) 评论(0) 推荐(0) 编辑
摘要: fedora安装后的一些配置 (mirror)源 换源 默认从fedora官网下载太慢,考虑换用国内的源(镜像站点),推荐 "中科大" 、 "阿里云" 、 "浙大" 、 "网易" 等的源。 比如我用浙大ZJU的源 ,可按照 "配置生成器" 进行repo文件的生成,并根据提示保存配置, e.g. rp 阅读全文
posted @ 2015-07-25 08:50 ChrisZZ 阅读(3426) 评论(0) 推荐(1) 编辑
摘要: http://blog.sina.com.cn/s/blog_6c868c470102v15y.html## rnnlib真难装http://sourceforge.net/p/rnnl/wiki/Home/http://blog.csdn.net/co_dr/article/details/413... 阅读全文
posted @ 2015-07-24 12:34 ChrisZZ 阅读(393) 评论(0) 推荐(0) 编辑
摘要: opencv的CMakeLists.txt```cmake_minimum_required(VERSION 2.8)project(my_run_name)find_package(OpenCV REQUIRED)add_executable(your_executable_file test_i... 阅读全文
posted @ 2015-07-23 19:23 ChrisZZ 阅读(1372) 评论(0) 推荐(0) 编辑
摘要: Linux下频繁输入sudo很麻烦。如果你的账户已经是sudoer了,那么编辑/etc/sudoers,将```%sudo ALL=(ALL:ALL) ALL```修改为:```%sudo ALL=(ALL) NOPASSWD:NOPASSWD:ALL``` 阅读全文
posted @ 2015-07-19 12:54 ChrisZZ 阅读(245) 评论(0) 推荐(0) 编辑
摘要: ## 安装```sudo yum install opensslsudo yum install mysql-serverwget https://download2.rstudio.org/rstudio-server-rhel-0.99.465-x86_64.rpmsudo yum -y ins... 阅读全文
posted @ 2015-07-10 23:44 ChrisZZ 阅读(570) 评论(0) 推荐(0) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 56 下一页