HTML: html分为三部分: 1、文档声明: 告诉浏览器使用什么样的html或xhtml规范来解析html文档 2、head区域: 是元信息和网站的标题 元信息一般是不显示出来的,但是记录了你这个HTML文件的很多有用的信息 <title> <base/> <link/>(rel、href、ty ...
分类:
Web程序 时间:
2016-07-05 12:00:39
阅读次数:
197
The Mingw compile envirment is based by mingw-ww 201011 edition.You can unrar it into drive c and recompile the /home/mplayer-ww by yourself simple ty ...
分类:
其他好文 时间:
2016-07-03 23:20:06
阅读次数:
164
一、问题:映射重复导致的错误 java代码如下: 报以下错误: 我的意图是分别访问 /info/remove/id 和/info/fav/id 上述写法有问题:用{} 包裹起来的变量好像会被模糊化: /info/{remove}/{id} 和 的映射是重复的 二、解决办法: 写成如下格式: /inf ...
分类:
移动开发 时间:
2016-07-01 18:13:36
阅读次数:
355
if $this->ali = 0; 1、new wechat() //该类存于PigCms/lib/ORG/Wechat.class.php 2、list($content,$type) = $this->reply($data); 3、$weixin->response($content,$ty ...
分类:
其他好文 时间:
2016-06-30 19:54:04
阅读次数:
152
@Resource的作用相当于@Autowired,只不过@Autowired按byType自动注入,而@Resource默认按 byName自动注入罢了。@Resource有两个属性是比较重要的,分是name和type,Spring将@Resource注解的name属性解析为bean的名字,而ty ...
分类:
其他好文 时间:
2016-06-30 09:47:42
阅读次数:
163
问题1:WEB-INF的问题 今天新创建项目,在JSP中引入外部的JS文件和CSS文件,但是路径一直显示错误: 其中JSP页面引入这几个文件是这么写的: 1 <link rel="stylesheet" href="css/zTreecss/metroStyle/metroStyle.css" ty ...
分类:
Web程序 时间:
2016-06-29 18:44:58
阅读次数:
189
打开终端,输入:nano .inputrc在里面粘贴上以下语句:set completion-ignore-case onset show-all-if-ambiguous onTAB: menu-completeControl+O,回车保存,OK! 注意: 保存是control 不是 comman ...
分类:
系统相关 时间:
2016-06-26 11:37:29
阅读次数:
436
halcon标定可以参考halcon提供的例子程序3d_coordinates.hdev 1、摄像机外参:决定摄像机坐标与世界坐标系之间相对位置关系。 其中Pw为世界坐标,Pc是摄像机坐标,他们之间关系为 Pc = RPw + T 式中,T= (Tx,Ty,Tz),是平移向量,R = R(α,β,γ... ...
分类:
其他好文 时间:
2016-06-22 12:52:15
阅读次数:
188
说明:Statement stmt = con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY); 通用格式为:Statement stmt=con.createStatement(int ty ...
分类:
其他好文 时间:
2016-06-21 20:25:20
阅读次数:
113
/*
Navicat MySQL Data Transfer
Source Server : 127.0.0.1
Source Server Version : 50519
Source Host : 127.0.0.1:3306
Source Database : boc-samsung
Target Server Ty...
分类:
数据库 时间:
2016-06-21 06:59:47
阅读次数:
260