码迷,mamicode.com
首页 > 其他好文
sublime 学习笔记
1、preferences - setting users 来设置字体大小等个性化ctrl+n 新建文件 ctrl+shift+p 输入某个关键词在设置到那个环境的语法提示2、go anythingCtrl+p 快速打开 go anything 查找任何文件@ 在css中会列出所有的元素 在js文件...
分类:其他好文   时间:2015-02-24 13:48:28    阅读次数:145
Leetcode Integer to Roman
Given an integer, convert it to a roman numeral.Input is guaranteed to be within the range from 1 to 3999.对于这道题,要把罗马数字中的几个特殊的数字保存到一张表中,如,4,5,9,10等,然后开...
分类:其他好文   时间:2015-02-24 13:47:56    阅读次数:155
3、计算器(调用函数)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2015-02-24 13:46:38    阅读次数:183
PAT:1013. 数素数 (20) AC
#include#includebool isprime(int num){ int sqr=(int)sqrt(num*1.0); //【skill】判断素数只要判断到开平方就可以了 for(int i=2 ; i=l && cnt=r) break; ...
分类:其他好文   时间:2015-02-24 13:47:35    阅读次数:167
SGU[104] Little shop of flowers
Description描述You want to arrange the window of your flower shop in a most pleasant way. You haveFbunches of flowers, each being of a different kind, a...
分类:其他好文   时间:2015-02-24 13:47:45    阅读次数:230
4、记事本
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2015-02-24 13:46:45    阅读次数:160
PAT:1007. 素数对猜想 (20) AC
#include#includebool isprime(int num) //判断素数的子函数{ int sqr=(int)sqrt(num*1.0); for(int i=2 ; i<sqr+1 ; ++i) if(num%i==0) return 0; re...
分类:其他好文   时间:2015-02-24 13:45:13    阅读次数:108
Centos 6.5安装最新版Chrome
网上很多相关到资料,不过都比较繁琐,下面给出一个链接:http://chrome.richardlloyd.org.uk/,里面有详细都说明,可以先把install_chrome.sh文件下载下来,然后执行(不需要修改该文件内容)chmod u+x install_chrome.sh./inst.....
分类:其他好文   时间:2015-02-24 13:46:20    阅读次数:152
5、listview
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2015-02-24 13:45:03    阅读次数:164
4.FireDAC组件快照 二
TFDUpdateSQL生成添加,删除,修改SQL语句TFDMetaInfoQuery查询数据源信息TFDEventAlerter负责处理数据库事件通知使用TFDEventAlerter类来处理数据库事件通知。FDEventAlerter1.Options.Kind := 'DBMS_ALERT';...
分类:其他好文   时间:2015-02-24 13:46:10    阅读次数:415
读《人月神话》有感
读《人月神话》有感 《人月神话》是IBM360系统之父布鲁克斯所著的经典,它为人们管理复杂项目提供了颇具洞察力的见解,既有很多发人深省的观点,也有大量的软件工程实践,读后受益匪浅,倍受启发。本书分为1...
分类:其他好文   时间:2015-02-24 13:44:31    阅读次数:241
UML中类图的符号解释
在UML的定义中,描写叙述类和对象之间的关系,包含下面几种方式:依赖(Dependency)、关联(Association)、聚合(Aggregation)、组合(Composition)、泛化(Generalization)和实现(Realization)。现分别说明例如以下:1.依赖(Depen...
分类:其他好文   时间:2015-02-24 13:45:49    阅读次数:151
LeetCode 笔记24 Palindrome Partitioning II (智商碾压)
Given a strings, partitionssuch that every substring of the partition is a palindrome.Return the minimum cuts needed for a palindrome partitioning ofs...
分类:其他好文   时间:2015-02-24 13:43:16    阅读次数:150
FileStream和BinaryReader,BinaryWriter,StreamReader,StreamWriter的区别
FileStream对于在文件系统上读取和写入文件非常有用,FileStream缓存输入和输出,以获得更好的性能。FileStream对象表示在磁盘或网络路径上指向文件的流。这个类提供了在文件中读写字节的方法,但经常使用StreamReader或StreamWriter执行这些功能。这是因为File...
分类:其他好文   时间:2015-02-24 13:43:55    阅读次数:231
求N个数的最大公约数
求N个数的最大公约数使用 “辗转相除法” 计算2个数的最大公因数: 1 int GCD_2(int nNum1, int nNum2) 2 { 3 if (nNum1 > nNum2) 4 { 5 nNum1 = nNum1 ^ nNum2; 6 nN...
分类:其他好文   时间:2015-02-24 13:43:34    阅读次数:127
Radar Installation(贪心)
Radar InstallationTime Limit:1000MSMemory Limit:10000KTotal Submissions:56826Accepted:12814DescriptionAssume the coasting is an infinite straight line...
分类:其他好文   时间:2015-02-24 13:42:33    阅读次数:102
【转帖】2015年2月份最佳的免费 UI 工具包
2015年2月份最佳的免费 UI 工具包设计师们最喜欢 UI 工具包,这是一种思路拓展的方法,同时可以利用它们来解决各种复杂的项目,同时可用来了解其他设计师的风格。这里我们收集了最近这一个月一些最棒的 UI 工具包,简介就不再单独翻译。请观赏:Oh no, not another UI KitA g...
分类:其他好文   时间:2015-02-24 13:41:58    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!