码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
Vs2013 头文件注释
在vs2013的默认安装目录1、CS类修改方式在C:\ProgramFiles(x86)\MicrosoftVisualStudio12.0\Common7\IDE\ItemTemplatesCache\CSharp\Code\2052\Class下修改Class.cs类在全上方加上/*******...
分类:其他好文   时间:2015-04-18 17:32:19    阅读次数:101
Beware the Share
Beware the ShareUdi DahaniT WAS MY FiRST PROjECT AT THE COMPANY. I’d just finished my degree and was anxious to prove myself, staying late every day going through the existing code. As I worked through...
分类:其他好文   时间:2015-04-18 16:13:03    阅读次数:151
Before You Refactor
Before You RefactorRajith AttapattuAT SOME POiNT, every programmer will need to refactor existing code. But before you do so, please think about the following, as this could save you and others a great...
分类:其他好文   时间:2015-04-18 16:12:46    阅读次数:138
myeclipse设置注释的模板
myeclipse设置注释模板 使用myeclipse在开发项目时经常使用注释来标注一个方法的一些信息,为了保证注释的规范且为了提高效率,myeclipse可以自己定义代码的模板 在myeclipse窗口下选择Window->Preferences->Java->Code Style->Code Templates,然后选择右边的Comments, 我以其中的Methods举例:...
分类:系统相关   时间:2015-04-18 16:10:53    阅读次数:185
Google Code Jam Round 1A 2015 Problem B. Haircut 二分
ProblemYou are waiting in a long line to get a haircut at a trendy barber shop. The shop has B barbers on duty, and they are numbered 1 through B. It ...
分类:其他好文   时间:2015-04-18 16:06:31    阅读次数:180
How to get the url of a page in OpenERP?
How to get the url of a page in OpenERP? User is using OpenERP. I have a button on one web page. The button's action function is action_go() (code pro...
分类:Web程序   时间:2015-04-18 16:06:09    阅读次数:200
Google Code Jam 2015 Round 1A Mushroom Monster 水
题意:每10秒扫描一下盘子,查看盘子里面的面包个数,问你主角用两种吃法可能吃得的最少的面包。1)任意吃。2)每秒以恒定速度.解题思路:暴力,找差值。解题代码: 1 // File Name: a.cpp 2 // Author: darkdream 3 // Created Time: 2015年0...
分类:其他好文   时间:2015-04-18 15:59:44    阅读次数:111
Google Code Jam 2015 Round 1A Haircut 二分
题意:给你每个理发师的理发时间,问你排在队列中的第N个位置,问你应该被哪个理发师剪发。解题思路:二分时间,看这个时间到第几个人理发了,然后找到临界值,看这个值的时候有那些理发师接待了新旅客的,即可找到那个理发师。解题代码: 1 // File Name: b.sample.cpp 2 // Auth...
分类:其他好文   时间:2015-04-18 15:48:31    阅读次数:133
Google Code Jam 2015 Round1A 题解
快一年没有做题了, 今天跟了一下 GCJ Round 1A的题目, 感觉难度偏简单了, 很快搞定了第一题, 第二题二分稍微考了一下, 还剩下一个多小时, 没仔细想第三题, 以为 前两个题目差不多可以晋级了. 切出去玩了一会, 大概剩半小时, 发现自己的排名逐渐快超 1k了, 果断决定搞出第三题的小数...
分类:其他好文   时间:2015-04-18 14:27:33    阅读次数:187
Kubuntu 14.10 下 安装codeblocks 13.12
因为我的版本时64 位的,搜寻到两种方法。方法一、首先,我去了http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu进行到环境编译器的配置的时候一切正常,但是:1. Get ...
分类:系统相关   时间:2015-04-18 06:25:39    阅读次数:733
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!