会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一杯半盏
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
下一页
2014年5月12日
MyEclipse 2013配置JDBC连接mySQL||Tomcat 7.0 8.0 配置 JDBC |配置mysql-connector-java-5.1.16
摘要: MyEclipse->Preferences->MyEclipse->Severs->Intergated Sandbox->Myeclipse Tomcat 7(或者Tomcat 6 )Path->右侧Append to classpath->Add JAR/ZIP,添加 mysql-connec
阅读全文
posted @ 2014-05-12 10:57 一杯半盏
阅读(291)
评论(0)
推荐(0)
2014年5月9日
navicat cannot load oci dll||oracle 改字符集为GBK后 navicat 连不上||Ora-28547 ora net错误
摘要: 此段适用于 解决 navicat cannot load oci dll 环境 Navicat Premium 和 oracle 原因,navicat 32 和64 都只支持 32位的oci.dll(navicat 10以下的版本) 所以得下载32位的 非lite版的 oci.dll 但是:高版本的
阅读全文
posted @ 2014-05-09 18:29 一杯半盏
阅读(516)
评论(0)
推荐(0)
2014年5月3日
JSP HTML 各种 乱码 解决方法|jsp include html乱码|include 乱码|MyEclipse 中文乱码
摘要: 笔者花了一整天研究这个问题 。最终解决了所有的中文乱码问题。 不用 写 过滤器,不用改 tomcat 的配置文件 笔者使用的 软件是 MyEclipse2013 professional 版 JSP 文件 include html 乱码 描述:运行时 JSP本身的中文部分 不乱码,include 的
阅读全文
posted @ 2014-05-03 23:59 一杯半盏
阅读(212)
评论(0)
推荐(0)
2014年5月2日
The value for the useBean class attribute is invalied
摘要: JSP: The value for the useBean class attribute XXX is invalid 原因:多半因为class文件放错位置 class应该放在 ?:\T
阅读全文
posted @ 2014-05-02 22:25 一杯半盏
阅读(856)
评论(0)
推荐(0)
2014年4月6日
别说家庭组开不了,一定成功的方法|win7家庭组无法开启|win7如何共享打印机
摘要: 两台WIN7要开启家庭组并且共享打印机 这两台电脑必须打开以下服务:dnscache(任务管理器 简写)、fdrespub(任务管理器 简写)、(接下来下了都是服务里面的)SSDP Discovery、UPnP Device Host、Computer Browser、Server、DNS Clie
阅读全文
posted @ 2014-04-06 23:33 一杯半盏
阅读(439)
评论(1)
推荐(0)
2014年4月1日
Html.CSS.JavaScript 学习经验
摘要: HTML里面 不要使用 document.getElementsByName() 来获取 元素,会出错。 使用 document.getElementById()更好一些。 substring()首字母小写 CSS样式里面 不要一个类写完了不要用分号; 会导致下一个类失效 属性名称 和属性 中间是冒
阅读全文
posted @ 2014-04-01 16:26 一杯半盏
阅读(124)
评论(0)
推荐(0)
2013年12月24日
matlab 7遇到的错误 解决方法
摘要: 安装路径 参考D:\matlab7 安装最后一步弹出 未找到解决方法。不过没有发现有何影响。 安装完成后出现 1. To configure Real-Time Windows Target you must type 'rtwintgt -setup' in a MATLAB command wi
阅读全文
posted @ 2013-12-24 10:39 一杯半盏
阅读(480)
评论(0)
推荐(0)
2013年12月22日
安卓手机不能开机 怎么备份 联系人 短信 通话记录
摘要: 安卓手机不能开机 怎么备份 联系人 短信 通话记录 1.准备 安卓常用工具adb工具包 2. 手机进入recovery模式 选择 mounts and storage mount (挂载) /data 分区 然后连接电脑,在adb所在目录 按住shift 键点击右键,选择 此处打开命令提示符。 然后
阅读全文
posted @ 2013-12-22 21:01 一杯半盏
阅读(575)
评论(0)
推荐(0)
2013年12月11日
排序二叉树、查找、二分法查找、数据结构,实验报告
摘要: #include #include #include #include #include using namespace std; typedef int ElemType ; typedef int KeyType; const int MAX_SIZE_ST=10; bool cmp( ElemType a,ElemType b ) { return a0&&nST.elem...
阅读全文
posted @ 2013-12-11 22:45 一杯半盏
阅读(630)
评论(0)
推荐(0)
2013年11月13日
二叉树,递归、非递归遍历,求深度,输出叶子节点
摘要: #include #include #include #include #define ElemType char//元素类型 #define STACK_INIT_SIZE 100 #define _br_ printf("\n") typedef char TElemType; /* * \param 二叉树 * \author Silent_Amour */ typedef s...
阅读全文
posted @ 2013-11-13 12:39 一杯半盏
阅读(467)
评论(0)
推荐(0)
上一页
1
···
18
19
20
21
22
23
24
25
26
下一页
公告