摘要: HTML里面 不要使用 document.getElementsByName() 来获取 元素,会出错。 使用 document.getElementById()更好一些。 substring()首字母小写 CSS样式里面 不要一个类写完了不要用分号; 会导致下一个类失效 属性名称 和属性 中间是冒 阅读全文
posted @ 2014-04-01 16:26 一杯半盏 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 安装路径 参考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 一杯半盏 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 安卓手机不能开机 怎么备份 联系人 短信 通话记录 1.准备 安卓常用工具adb工具包 2. 手机进入recovery模式 选择 mounts and storage mount (挂载) /data 分区 然后连接电脑,在adb所在目录 按住shift 键点击右键,选择 此处打开命令提示符。 然后 阅读全文
posted @ 2013-12-22 21:01 一杯半盏 阅读(489) 评论(0) 推荐(0) 编辑
摘要: #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 一杯半盏 阅读(619) 评论(0) 推荐(0) 编辑
摘要: #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 一杯半盏 阅读(423) 评论(0) 推荐(0) 编辑
摘要: 不懈地奋斗了两天,终于找到原因了。 记录如下 症状: Codeblocks 、Visual Studio 都出现此问题:修改源代码 无法立即执行 ,就是:cannot open output file "D:\xxxxx......\Debug\NEW.exe" permission denied! 阅读全文
posted @ 2013-11-13 00:14 一杯半盏 阅读(544) 评论(0) 推荐(0) 编辑
摘要: 网上说 取消硬件加速功能。其实不好使。 本次症状:网页播放不花屏,优酷客户端花屏。 解决办法:360电脑专家,搜索关键词 花屏,即可解决。 原理,不明。 阅读全文
posted @ 2013-10-27 16:40 一杯半盏 阅读(1128) 评论(0) 推荐(0) 编辑
摘要: CB的工程路径不能有中文,也不能有空格。 a56爆大奖在线娱乐一定要全英文路径,而且空格要用下划线代替。 否则,调试的时候,codeblocks不会在断点处停止。 阅读全文
posted @ 2013-10-27 16:36 一杯半盏 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 解决eclipse中文字很小 新下载的eclipse4.2.1版本,显示中文字体很小,但是英文比较正常。网上查看要更改字体大小,但是更改后英文也变大了,不是想要的结果。window – preferences – general – appearance – colors and fonts – b 阅读全文
posted @ 2013-10-05 11:09 一杯半盏 阅读(138) 评论(0) 推荐(0) 编辑
摘要: C++11,也称为C++0x。为目前C++编程语言的最新正式标准(ISO/IEC 14882:2011)。它将取代第二版标准ISO/IEC 14882:2003(第一版ISO/IEC 14882:1998公开于1998年,第二版于2003年更新,分别通称C++98以及C++03,两者差异很小)。C+ 阅读全文
posted @ 2013-10-04 18:41 一杯半盏 阅读(881) 评论(0) 推荐(0) 编辑