转自:http://my.oschina.net/zhuka/blog/124503No
compiler is provided in this environment. Perhaps you are running on a JRE
rather than a JDK?解决问题: 由于Ecl....
分类:
其他好文 时间:
2014-05-16 06:51:55
阅读次数:
519
为了解决DNA序列的拼接以及检错,特写一下算法
package my.dna;
/**
*
* @author mabixiang
*
*/
public class Util2 {
public static void main(String[] args) {
String a = "lkjhgfasd";
String b = "sd5sflk";
resemb...
分类:
其他好文 时间:
2014-05-15 13:28:54
阅读次数:
349
How to use DISM to install a hotfix from within
WindowsJeff Hughes (CORE)15 Feb 2011 10:10 AM22Hello, my name is Emmers Presson.
I am a Support Escala...
原文出处:http://www.lornajane.net/posts/2014/working-with-php-and-beanstalkdWorking
with PHP and BeanstalkdI have just introduced Beanstalkd into my curre...
分类:
Web程序 时间:
2014-05-15 07:35:01
阅读次数:
415
#include
#include
#define MY_STR_LEN 32
#define __MY_FMT_STR(LEN) "%"#LEN"s"
#define MY_FMT_STR(LEN) __MY_FMT_STR(LEN)
int _tmain(int argc, _TCHAR* argv[])
{
char* input = "0123456789abcdef01234...
分类:
其他好文 时间:
2014-05-15 07:18:11
阅读次数:
313
转载自:http://my.oschina.net/orangef/blog/143790
如果需要在状态栏显示自定义的消息时,就需要自定义状态栏。
代码如下:
XYCustomStatusBar.h
01
#import
02
03...
分类:
移动开发 时间:
2014-05-15 03:00:20
阅读次数:
414
mod_python: the long story - Grisha
TrubetskoyMod_python: The Long StoryOct 25th, 2013 | CommentsThis story started
back in 1996. I was in my early tw...
分类:
编程语言 时间:
2014-05-15 01:46:29
阅读次数:
393
Total Accepted: 8400 Total Submissions: 38235 My Submissions
Say you have an array for which the ith element is the price of a given stock on day i.
Design an algorithm to find the maximum profi...
分类:
其他好文 时间:
2014-05-14 19:39:53
阅读次数:
275
首先确保mysql为5.5左右,太旧的版本,方法可能存在差异。1、利用mysql_install_db生成数据库mysql_install_db--datadir=/var/lib/mysql2--user=mysqlmysql_install_db--datadir=/var/lib/mysql3--user=mysql2、生成配置文件mysqld_multi--example3、修改配置文件:my.cnf[mysq..
分类:
数据库 时间:
2014-05-14 17:07:55
阅读次数:
417
mysql5.6.14配置my.cnf多实例,mysql_install_db初始化不读取my.cnf配置文件
[ERROR] InnoDB: auto-extending data file ./ibdata1 is of a differentsize 768 pages (rounded down to MB) than specified in the .cnf file: initial65536 pages, max 0 (relevant if non-zero) pages!
2014-0...
分类:
数据库 时间:
2014-05-14 14:20:48
阅读次数:
412