码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
N-Queens
题目:Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all dist...
分类:其他好文   时间:2015-05-01 07:10:39    阅读次数:190
poj1753 Flip Game
Description Flip game is played on a rectangular 4x4 field with two-sided pieces placed on each of its 16 squares. One side of each piece is white and the other one is black and each piece is lying...
分类:其他好文   时间:2015-04-30 22:00:54    阅读次数:147
第一行代码读书笔记1+常见错误分析
1、eclipse里面的视图在 windows ---- show views ---- other ----- Android 2、需要掌握Logcat的使用 Logcat是你在茫茫人海中寻找到一片绿洲的地方,你需要灵活运用之,然后我们可以打印出我们需要的信息,而不用担心找不到。 我们也可以自己添...
分类:其他好文   时间:2015-04-30 10:30:02    阅读次数:122
数据库中的表转换为实体类(.java文件)
在Myeclipse中配置连接数据库,将表转换为.java文件,节约时间,提高编程效率。 在Myeclipse中 点击window -->open perspective -->other -->Myeclipse Hibernate 界面上会出现DB Broswer区域,在它的区域中点击右键 -....
分类:数据库   时间:2015-04-29 19:24:06    阅读次数:196
将eclipse的编码改成UTF-8,默认是GBK
第一步。在菜单栏选择“window“----preference----General-----Workspace 选中Workspace 在右边窗口中找到Text file encoding: 选择other,然后选择utf-8第二步。在菜单栏选择“window“----preference...
分类:系统相关   时间:2015-04-29 16:57:06    阅读次数:198
change centos 6.x 163 source throught windows
1. download .repo file http://mirrors.163.com/.help/CentOS6-Base-163.repo 2. use winscp enter path /etc/yum.repo.d/ 3. rename CentOS-Base.repo to any other name like CentOS-Base.repo.orig send C...
分类:Windows程序   时间:2015-04-29 11:46:04    阅读次数:152
基于Struts2的用户登录程序
基本步骤:1、新建Java工程,File>New>Project>Web>Dynamic Web Project,并将工程命名为:Struts2_Demo2、导入struts2的重要jar包到WebContent>lib下3、新建web.xml,右击WEB-INF>New>Other>XML>XML...
分类:其他好文   时间:2015-04-28 22:38:47    阅读次数:229
代理模式以及多线程的简单使用
什么是代理? Delegation is a simple and powerful pattern in which one object in a program acts on behalf of, or in coordination with, another object. The delegating object keeps a reference to the other obj...
分类:编程语言   时间:2015-04-28 18:38:50    阅读次数:169
TextBox的值随dropdownlist值而变化
转自:http://bytes.com/topic/asp-net/answers/443065-textbox-value-change-select-other-item-dropdownlistYou need to add the below javascript in ur html se...
分类:其他好文   时间:2015-04-28 17:50:31    阅读次数:159
【原创】RabbitMQ 之 HTTP server 插件
HTTP server plugin HTTP 服务器插件 The rabbitmq-mochiweb plugin provides hosting for other plugins that have HTTP interfaces. It allows these interfaces to co-exist on one or more HTTP listeners. r...
分类:Web程序   时间:2015-04-28 12:14:54    阅读次数:201
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!