原题:ou are working in a team that writes Incredibly Customizable Programming Codewriter (ICPC) which is basically a text editor with bells and whistles...
分类:
其他好文 时间:
2015-07-15 12:58:20
阅读次数:
99
php5.5后就不支持mysql扩展了,也就是说这以后都不能使用msyql_conncet之类的函数了。不过没有关系,pdo比mysql有更多优势,写法也很简单,下面贴出一个来自互联网的pdo处理类。本来自己写了一个开头,一直没时间完善,现在急用,就在网上找这个现成的,看好不好用。class CPd...
分类:
其他好文 时间:
2015-07-15 12:58:09
阅读次数:
187
oracle数据库中 drop table 与purge实际示例:CREATE OR REPLACE PROCEDURE pro_droptable IS cursor cur is select table_name from user_tables where table_name like ....
分类:
数据库 时间:
2015-07-15 12:57:37
阅读次数:
158
方法一: ifconfig eth0IP地址 网络掩码 网关 ----如果不设置,就使用默认的掩码 注意: 该方法只是临时修改,重启网络或服务器会还原。方法二: vi/etc/sysconfig/network-scripts/ifcfg-eth0 --修改该文件永久生效 ...
分类:
系统相关 时间:
2015-07-15 12:58:05
阅读次数:
160
感谢原创,文章很有帮助。转自:http://www.cnblogs.com/chengmo/archive/2010/10/02/1841355.html一、判断读取字符串值表达式含义${var}变量var的值, 与$var相同${var-DEFAULT}如果var没有被声明, 那么就以$DEFAU...
分类:
系统相关 时间:
2015-07-15 12:56:05
阅读次数:
134
转自http://www.xuanyusong.com/archives/3455using UnityEngine;using System.Collections;using UnityEditor; public class CameraExtension : Editor { publi.....
分类:
编程语言 时间:
2015-07-15 12:57:51
阅读次数:
201
一个:载入中wifi驱动模块 在hardware/libhardware_legacy/wifi/wifi.c调用函数 insmod(DRIVER_MODULE_PATH, DRIVER_MODULE_ARG) 当中 DRIVER_MODULE_PATH = /system/lib/dhd....
分类:
其他好文 时间:
2015-07-15 12:58:01
阅读次数:
546
转自:http://www.jcodecraeer.com/a/anzhuokaifa/developer/2015/0531/2958.html?mType=GroupAndroid的材料设计兼容库(Design Support Library)泡在网上的日子 发表于 2015-05-31 00:...
分类:
移动开发 时间:
2015-07-15 12:56:50
阅读次数:
270
首先,来看一段代码。 1 public class PersonSet { 2 3 private final Set mySet = new HashSet(); 4 5 public synchronized void add(Person p){ 6 ...
分类:
编程语言 时间:
2015-07-15 12:55:55
阅读次数:
128
Facebook的体系结构分析---外文转载From various readings and conversations I had, my understanding of Facebook's current architecture is:Web front-end written in P...
分类:
其他好文 时间:
2015-07-15 12:57:19
阅读次数:
128
插入排序:(直接插入排序&希尔排序) using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Sort { public class InsertSort { pu...
分类:
编程语言 时间:
2015-07-15 12:56:57
阅读次数:
113
最近在查SSRS的一些文章,看到MSDN在有一篇不错的文章,许多图表设置都有说明,共享给大家。。其中有说明在SSRS中如果去写条件表达写和报表属性中的“自定义代码”,文章相对比较长,需要大家耐心的查阅。简介本白皮书讲述如何在 Microsoft SQL Server Reporting Servic...
分类:
数据库 时间:
2015-07-15 12:56:19
阅读次数:
209
最近公司需要做一个第三方登录的功能,之前我用JS的SDK玩过。开始的时候,觉得挺简单的,不过本来就简单。由于DEMO我后面加入QQ的,导致不兼容,出现weibo能登录,QQ的报错,具体不兼容的是Newtonsoft.Json。Demo搞定了。觉得有点乱,重新把demo里面的东西,重新写了一个解决方案...
分类:
其他好文 时间:
2015-07-15 12:54:01
阅读次数:
147
下拉刷新,使用的是Android-PullToRefresh,Github--https://github.com/chrisbanes/Android-PullToRefreshPullToRefresh的简单使用办法1.通过GitHub把相关的lib下载下来,导入到ADT下载下来是这些文件然后导...
分类:
移动开发 时间:
2015-07-15 12:53:57
阅读次数:
182
Description小M有很多个机器人,他们要么一直说真话,要么一直说假话。然后每个人都说:(1). 不到N个人比我工作得多(2). 至少M个人的工资比我高。保证没有两个人的工作一样重,也没有两个人的工资一样高,问至少有多少机器人?Input Format一行两个数整数N, M (1≤N,M< 2...
分类:
编程语言 时间:
2015-07-15 12:54:58
阅读次数:
116