本文档下载题目:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=361
The 3n + 1 problemTime limit: 3.000 seconds...
分类:
其他好文 时间:
2014-05-08 18:01:26
阅读次数:
427
主要思路参考http://blog.yanwen.org/archives/1955.htmllibsublime-imfix.so
这个库自己编译和从他这下载的 md5一样。可以不用编译了。直接下载。但是有几点需要改动1。有人提出来了desktop文件里的一句:Exec=bash -c
‘LD_P...
分类:
其他好文 时间:
2014-05-08 17:48:09
阅读次数:
339
直接贴代码了,不懂的地方留言讨论
package org.mark.randomaccessfile;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.RandomAccessFile;
public class RandomAccessfileDemo2 {
/**
* @param...
分类:
数据库 时间:
2014-05-08 17:15:14
阅读次数:
294
1、删除redhat原有的yum源#rpm-aq|grepyum|xargsrpm-e--nodeps2、下载新的yum安装包这里我们使用CentOS的yum源#wgethttp://mirror.centos.org/centos/6.0/os/i386/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpm#wgethttp://mirror.centos.org/centos/6.0/os/i386/Package..
分类:
其他好文 时间:
2014-05-08 16:40:46
阅读次数:
286
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* 服务提供核心类
* 该类的主要作用是加载beans.xml文件
* @author grace
*
*/
publi...
分类:
编程语言 时间:
2014-05-08 15:58:43
阅读次数:
418
今天学习java io中File类下的 RandomAccessfile,欢迎留言讨论,其他知识看api
package org.mark.randomaccessfile;
import java.io.File;
import java.io.RandomAccessFile;
/**
* 写入操作
*/
public class RandomAccessfileDemo1 {
...
分类:
数据库 时间:
2014-05-08 15:42:28
阅读次数:
357
--转载时请保留下面,以供大家加我MSN,增强交流,共同学习.--姜庭华 msn:
jaimejth@live.cn--博客:http://blog.csdn.net/jaimejth软件下载在以下网站http://www.apachefriends.org/zh_cn/index.htmlXAMP...
分类:
其他好文 时间:
2014-05-08 15:36:13
阅读次数:
399
http://nodejs.org/http://www.nodebeginner.org/index-zh-cn.html
分类:
Web程序 时间:
2014-05-08 15:05:14
阅读次数:
291
http://bellard.org/jslinux/一个不错的在线Linux环境,适合在没有安装linux的系统上体验、测试Linux。没有网络相关的功能。以下是百度百科的内容:简介由程序员Fabrice
Bellard写了一段Javascript在Web浏览器中启动Linux。目前,只能使用F....
分类:
Web程序 时间:
2014-05-08 14:59:50
阅读次数:
386
JEECG微云快速开发平台--开发指南专题
2.JEECG框架初探
2.1演示系统
打开浏览器,输入JEECG演示环境地址:http://demo.jeecg.org:8090/可以看到如图21所示的登录界面。
图21演示系统登录界面
点击【登陆】按钮,进入演示系统的主界面,如图22所示。
图22演示系统主界面
在JEECG演示系统中的功能模块包括系统管理、流程管...
分类:
其他好文 时间:
2014-05-08 08:06:55
阅读次数:
310