摘要: html部分 1F…… 2F…… 3F…… 4F…… 5F…… 6F ... 阅读全文
posted @ 2015-06-02 09:43 彼此珍惜 阅读(4606) 评论(0) 推荐(0)
摘要: 出错原因分析:jdk和eclipse版本不一致 如果eclipse是64位jdk也要安装64位的 eclipse是32位jdk也要32位的 下载版本一致的安装配置环境变量即可 阅读全文
posted @ 2015-04-06 20:52 彼此珍惜 阅读(143) 评论(0) 推荐(0)
摘要: 在此过程中 犯二的以为在js中可以用SimpleDateFormat类,结果是自己把jsp和js弄混淆了在js中是不能使用java的类库的Insert title here 阅读全文
posted @ 2015-03-24 20:41 彼此珍惜 阅读(467) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace One_two {/* * 2、编写一个控制台应用程序,... 阅读全文
posted @ 2014-12-28 18:46 彼此珍惜 阅读(287) 评论(0) 推荐(0)
摘要: --transact-sql编程球50~100之间所有能被3整除的奇数之和declare @count int,@sum intselect @count=51,@sum=0while @count0 print '此一元二次方程有两个解分别为:x1='+cast(@x1 as char(8))... 阅读全文
posted @ 2014-12-23 09:16 彼此珍惜 阅读(748) 评论(0) 推荐(0)
摘要: declare @sum int,@count intselect @sum=0,@count=0label_1:select @count=@count+1select @sum=@sum+@countif @count<=6goto label_1select @count '数值',@sum ... 阅读全文
posted @ 2014-12-22 21:22 彼此珍惜 阅读(117) 评论(0) 推荐(0)