上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 40 下一页
摘要: 1.JS输出语句:document.write("") 2.JS中的注释为:// 3.传统的HTML文档顺序是:document->html->(head,body) 4.一个浏览器窗口中的DOM顺序是:window->(navigator,screen,history,location,d... 阅读全文
posted @ 2012-12-15 19:56 shuaixf 阅读(242) 评论(0) 推荐(0)
摘要: 从AES for iphone下载AES库 在不同平台进行AES加密,并使用Base64进行编码,结果有可能不同,但解密之后会一样,所以不要因为在2个平台加密结果不一样而认为自己错了。。。 php加密解密: "; $plaintext = mcrypt_decrypt(MCRYP... 阅读全文
posted @ 2012-12-13 11:22 shuaixf 阅读(908) 评论(0) 推荐(0)
摘要: 由于Windows7的原因造成无法在桌面创建一个IE图标,一般的创建方法有两种:1、直接创建IEXPLORE.EXE程序的快捷方式;2、仿制一个IE类标识。第一种很多人认为有个快捷方式箭头在上面不美观,更不习惯的是鼠标右键属性没有Internet选项界面出来,第二种也有问题,就是鼠标右键菜单属性不在菜单最底部,当然通过加参数是可以强制放置在底部的。 下面就是我写的一个INF文件来创建一个桌面IE图标,有人会问为啥要用INF方式来写,这里说几点好处:1、在INF文件上鼠标右键直接点“安装”即可完成创建,最好的是可以不需要你刷新桌面图标就可以直接出来;2、INF里面可以使用系统路径的环境变量... 阅读全文
posted @ 2012-11-28 11:12 shuaixf 阅读(243) 评论(0) 推荐(0)
摘要: I guess you know you can run your browser in full screen using the F11 shortcut key. Windows Explorer also supports this feature.Running in full screen, where anapplication UI covers the entire screen, over the TaskBar and any Desktop/Tool bars, is handy when a user has a limited screen size (netboo 阅读全文
posted @ 2012-11-18 18:19 shuaixf 阅读(342) 评论(0) 推荐(0)
摘要: ffmpeg is a multiplatform, open-source library for video and audio files. I have compiled 19 useful and amazing commands covering almost all needs: vi... 阅读全文
posted @ 2012-11-16 20:47 shuaixf 阅读(602) 评论(0) 推荐(0)
摘要: MEncoder是MPlayer自带的音视频编解码工具。MPlayer官方网站:http://www.mplayerhq.hu/ 和其他跨平台开源软件一样,Windows平台的一般使用已编译好的二进制程序包即可,Linux平台需要动手编译。 Windows下MEncoder下载:http://s... 阅读全文
posted @ 2012-11-16 20:26 shuaixf 阅读(1305) 评论(0) 推荐(0)
摘要: 当前视频分享网站十分火爆,其中涉及到两个技术问题,一是对用户上传的视频进行转码,例如几乎所有的视频网站都会把视频转换成FLV格式;另一就是对视频进行截图,方便用户预览。视频转码常用的是MEncoder,这个工具包含在MPlayer中,也可以使用FFmpeg,但据说有些格式转换的时候效率不及MEco... 阅读全文
posted @ 2012-11-16 20:21 shuaixf 阅读(571) 评论(0) 推荐(0)
摘要: objs/src/core/ngx_regex.o: In function 'ngx_pcre_free_studies': /opt/nginx-1.2.1/src/core/ngx_regex.c:307: undefined reference to 'pcre_free_study' ... 阅读全文
posted @ 2012-11-16 15:33 shuaixf 阅读(8212) 评论(0) 推荐(0)
摘要: vps上下载了一些mp4格式的视频,点击是直接下载,不能直接在线播放, 所以google了一下有个nginx_mod_h264_streaming的模块。 下载 wget http://h264.code-shop.com/download/nginx_mod_h264_streaming... 阅读全文
posted @ 2012-11-16 15:31 shuaixf 阅读(10134) 评论(0) 推荐(0)
摘要: 在网站建设中需要网页重定向的情况很多:如网页目录结构变动,网页重命名、网页的扩展名改变、网站域名改变等。如果不做重定向,用户的收藏和搜索引擎数据库中的旧地址只能让访客得到一个404错误信息页面,访问流量白白丧失。不仅如此,之前该页面的一切积累(比如PR值)就都白费了。 301重定向不仅能使页面实... 阅读全文
posted @ 2012-11-09 20:58 shuaixf 阅读(5466) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 40 下一页