码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
MyEclipse技巧
设置格式化后的最大长度Window→Preferences→Java→Code Style→ Formatter→ newLine Wrapping选项卡的 左上Maximum line width的值是80,改成自己适合的值。
分类:系统相关   时间:2015-04-02 01:02:42    阅读次数:176
file not found: linker command failed with exit code 1 (use -v to see invocation)
解决方案: project-building settings-packaging-product name 确认此处工程名正确...
分类:其他好文   时间:2015-04-01 23:54:19    阅读次数:132
BZOJ 3916 Baltic 2014 friends Hash
题目大意给出一个字符串,这个字符串是由两个相同的字符串连接之后再加一个字母的到的,求原串。思路枚举加的字母是哪一个,之后分情况讨论,根据hash值来判定是否符合题目要求。注意判重。CODE#define _CRT_SECURE_NO_WARNINGS#include #include #include #include <algorithm...
分类:其他好文   时间:2015-04-01 22:01:47    阅读次数:132
bash 脚本编程3 条件判断和算术运算 (笔记)
小练习:写一个脚本判断系统上是否有用户的默认shell是bash的如果有的话就显示有多少这样的用户否则就显示无此类用户#!/bin/bash#grep"bash$"/etc/passwd&>/devnullCODE=$?if[$CODE-eq0];thenUSERNU=`grep"bash$"/etc/passwd|wc-l`echo"Thenumberofbashshelluseris$USER..
分类:其他好文   时间:2015-04-01 20:25:27    阅读次数:140
C# - protected internal
protected internal The type or member can be accessed by any code in the assembly in which it is declared, or from within a derived class in another assembly. Access from another assembly must take p...
分类:Windows程序   时间:2015-04-01 20:05:23    阅读次数:172
Duplicated Code
【Duplicated Code】
分类:其他好文   时间:2015-04-01 19:54:17    阅读次数:113
Keil中Memory Model和Code Rom Size说明
源:Keil中Memory Model和Code Rom Size说明 C51中定义变量时如果省略存储器类型,Keil C51编译系统则会按编译模式SMALL、COMPACT和LARGE所规定的默认存储器类型去指定变量的存储区域,无论什么存储模式都可以声明变量在任何的8051存储区范围i,但是把最....
分类:其他好文   时间:2015-04-01 19:53:10    阅读次数:223
django FileFIeld和ImageField 上传路径改写
def get_file_path(instance, filename): return 'file/document/%s/%s/%s' % (instance.period.code, instance.student.college.code, filename)class Docum...
分类:Web程序   时间:2015-04-01 19:23:17    阅读次数:143
c# HttpWebRequest与HttpWebResponse请求网页和返回网页教程
如果要使用中间的方法的话,可以访问我的帮助类完全免费开源:C# HttpHelper,帮助类,真正的Httprequest请求时无视编码,无视证书,无视Cookie,网页抓取1.第一招,根据URL地址获取网页信息 先来看一下代码get方法C# Code复制内容到剪贴板publicstaticstri...
分类:Windows程序   时间:2015-04-01 19:22:46    阅读次数:226
linux内核list.h的学习
这个是学习linux内核的第一篇文章,所有的学习内容都在list.h的注释里面,直接上代码。 {CSDN:CODE:633243}...
分类:系统相关   时间:2015-04-01 17:53:18    阅读次数:150
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!