会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lxricecream
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
下一页
2014年12月26日
关于在eclipse里导入的项目出现 build.properties not exists 的问题如何解决
摘要: 找到项目目录下的 .project 文件,打开将其中的org.eclipse.pde.PluginNature 删掉 即可这是因为 这句会引用引用build.properties文件,但是build.properties是不存在的
阅读全文
posted @ 2014-12-26 17:33 lxricecream
阅读(584)
评论(0)
推荐(0)
2014年11月13日
SQL中的distinct
摘要: distinct用于列名前,用于查询不重复的数据
阅读全文
posted @ 2014-11-13 15:53 lxricecream
阅读(136)
评论(0)
推荐(0)
2014年9月26日
Delphi中如何设置TcxGrid里每个单元的可不可编辑
摘要: procedure TbsAdPartParaDMSForm.cxGridDBTableView3Editing( Sender: TcxCustomGridTableView; AItem: TcxCustomGridTableItem; var AAllow: Boolean);var v...
阅读全文
posted @ 2014-09-26 11:31 lxricecream
阅读(653)
评论(0)
推荐(0)
2014年9月9日
当你把DB2数据库退出之后怎么找控制中心
摘要: 在 “开始”菜单里
阅读全文
posted @ 2014-09-09 15:36 lxricecream
阅读(339)
评论(0)
推荐(0)
2014年5月8日
在控制台启动mysql步骤
摘要: 首先打开DOS窗口,然后进入目录mysql\bin,再键入命令mysql -u root -p,回车后提示你输密码.注意用户名前可以有空格也可以没有空格,但是密码前必须没有空格,否则让你重新输入密码。更多命令请查找http://see.xidian.edu.cn/cpp/html/1441.html
阅读全文
posted @ 2014-05-08 11:55 lxricecream
阅读(1270)
评论(0)
推荐(0)
2014年4月26日
session过期让登录页面跳出iframe的方法
摘要: 在登录页面添加如下js
阅读全文
posted @ 2014-04-26 14:48 lxricecream
阅读(165)
评论(0)
推荐(0)
2014年4月23日
在jsp页面如何转换日期格式
摘要: 首先项目里面要导jstl.jar包然后在你需要的jsp页面加入用的时候如下:
阅读全文
posted @ 2014-04-23 18:06 lxricecream
阅读(382)
评论(0)
推荐(0)
2014年4月8日
TCP模拟客户端和服务端小例
摘要: package com.tcp;import java.io.IOException;import java.io.InputStream;import java.io.PrintWriter;import java.net.Socket;/** * 客户端 * @author Administrator * */public class ClientTcp { public static void main(String[] args) { /** * 模拟客户端,给tomcat发送请求(请记得把你的tomcat启动) *1.创建socket *2.设置连接和端口,端口号为to...
阅读全文
posted @ 2014-04-08 10:18 lxricecream
阅读(417)
评论(0)
推荐(0)
2014年4月6日
用java编写一个程序,来验证用户输入的数是不是2的阶次方
摘要: package com.stella;import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;/** * 获取用户输入的数 * @author Administrator * */public class GetUserInput { private static String str; /** * 获取用户输入 */ private static void getUserInput(){ BufferedReader rb = new BufferedReader...
阅读全文
posted @ 2014-04-06 21:40 lxricecream
阅读(483)
评论(0)
推荐(0)
2014年4月2日
xml的schema约束
摘要: 编写的schema约束 以下是用到这个约束的xml 89757 jack 女 18 789
阅读全文
posted @ 2014-04-02 21:26 lxricecream
阅读(188)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告