From http://projects.apache.org/indexes/quick.html[Now, Future]Apache Software Foundation Index: Project ListingThis is a simple list of all the proje...
分类:
Web程序 时间:
2015-02-06 14:53:49
阅读次数:
204
打开chrome地址栏输入:chrome://plugins打开插件视图,点详细信息,找到Adobe Flash Player插件 停用Adobe Flash Player的PPAPI类型 停用后就能够正常打印,不出现空白。 如何获得myreportMyReport产品网站 相关文章MyReport专栏...
分类:
其他好文 时间:
2015-02-06 13:17:10
阅读次数:
294
打开chrome地址栏输入:chrome://plugins打开插件视图,点详细信息,找到Adobe Flash Player插件
停用Adobe Flash Player的PPAPI类型
停用后就能够正常打印,不出现空白。
如何获得myreport
MyReport产品网站
相关文章
MyReport专栏
...
分类:
其他好文 时间:
2015-02-06 13:14:00
阅读次数:
173
function msubstr($str, $start=0, $length, $charset="utf-8", $suffix=true) { if(function_exists("mb_substr")) { if($suffix) { if($str==mb_subst...
分类:
Web程序 时间:
2015-02-06 13:06:04
阅读次数:
135
原文地址:http://blog.csdn.net/wwj_748/article/details/20933055 在此感谢原作者效果实现:下面介绍具体实现过程:定义一个具有缓冲效果的播放器:Player我们看到的缓冲效果,是通过设置拖动条SeekBar的二级进度实现的,这就要设置MediaPla...
分类:
移动开发 时间:
2015-02-06 12:42:16
阅读次数:
182
1.对空模块的处理if(function_exists('__hack_module')) { // hack 方式定义扩展模块 返回Action对象 $module = __hack_module(); if(!is_object($module)) { // 不再继续执行 直接返回 ...
分类:
Web程序 时间:
2015-02-05 23:10:10
阅读次数:
289
funcstopPlayMusic(){
if(self.isStop==true){
self.player.pause()
btn.setTitle("播放",forState:UIControlState.Normal)
//varpaused=player.currentTime
self.songImageView.layer.speed=0.0
}else{
self.player.play()
btn.setTitle("暂停",forState:UIControlState.Norm..
分类:
其他好文 时间:
2015-02-05 11:38:47
阅读次数:
242
func stopPlayMusic() {
if (self.isStop == true) {
self.player.pause()
btn .setTitle("播放", forState:UIControlState.Normal)
//var paused = player.currentTime
self.son...
分类:
其他好文 时间:
2015-02-05 11:28:28
阅读次数:
182
IIS7的FTP出错: 451 No mapping for the unicode character exists in the target multi-byte code page...
分类:
移动开发 时间:
2015-02-05 11:26:52
阅读次数:
1189
1、相关资源
MINA:http://mina.apache.org/mina-project/quick-start-guide.html
jar包下载:http://download.csdn.net/detail/hulan_baby/8424891
源代码(客户端):http://download.csdn.net/detail/hulan_baby/8424897
源代码(服...
分类:
移动开发 时间:
2015-02-05 11:25:00
阅读次数:
206