………………………….以前就拍了 刚才整理的时候发现的 有作用么?
-
站外调用dedecms内容
dedecms后台栏目管理的地方可以提取栏目的js文件,提取的代码类似这样:
<script src='http://xx.com/data/js/0.js' language='javascript'></script>
可以看出src='/data/js/0.js' 是相对路径,如果这段代码调用到站外的话肯定是无法显示的,因为默认的调用时站内调用。我们需要修改两处地方来实现站外调用。
第一:修改刚才获取的JS文章,将src='/data/js/0.js' 改为绝对路径。也就是在地址前面加上你的网站地址,想这样src='http://www.webkk.cn/data/js/0.js'
-
都各界庆祝中华人民共和国六十周年联欢晚会(2009) 1080i+1080P
※※※※※※※ 影片信息 ※※※※※※※
【中文名称】2009国庆晚会
【影片类型】晚会
【影片时长】1小时30分
【国 家】中国
【出品公司】CCTV
【出品年代】2009
【上映日期】2009 年 10月 01日
※※※※※※※ 编码参数 ※※※※※※※
Format : MPEG-TS
File size : 5.29 GiB
Video #5376
ID : 5376 (0x1500)
Menu ID : 768 (0x300)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.0
Format settings, CABAC : Yes
Format settings, ReFrames : 2 frames
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16/9
Frame rate : 25.000 fps
Resolution : 24 bits
Colorimetry : 4:2:0
Scan type : Interlaced
Scan order : Top Field First
-
mysql "too many connections" 错误 之 mysql解决方法
解决方法是修改my.ini,修改:
max_connections=20000(数值改大)或在启动命令中加上参数 max_connections=500
就是修改最大连接数,然后重启mysql.默认的连接数是100,太少了,所以容易出现如题错误.
以下是mysql.com网站的相关说明:
If you get a Too many connections error when you try to connect to the mysqld server, this means that all available connections are in use by other clients.The number of connections allowed is controlled by the max_connections system variable. Its default value is 100. If you need to support more connections, you should restart mysqld with a larger value for this variable.
最活跃的读者