一、原理消息推送有两种,一种是客户端定时直接到服务器搜索消息,如果发现有新的消息,就获取消息下来;另一种是服务器向客户端发送消息,也就是当有信息消息时,服务器端就会向客户端发送消息。二、步骤(代码)注: Notification //是具体状态栏对象,设置Icon、文字、声音等。Notificati...
                            
                            
                                分类:
移动开发   时间:
2014-06-26 22:50:40   
                                阅读次数:
430
                             
                    
                        
                            
                            
                                | -- admin.php 管理员入口| -- api.php 接口文件| -- category.php 分类入口| -- cp.php 个人资料设置入口| -- crossdomain.xml FLASH跨域传输文件| -- favicon.ico 系统icon图标| -- forum.php...
                            
                            
                                分类:
其他好文   时间:
2014-06-26 20:05:59   
                                阅读次数:
343
                             
                    
                        
                            
                            
                                NSIS 2.0 版本支持定制的用户界面。所谓的 Modern UI(下称 MUI) 就是一种模仿最新的 Windows 界面风格的界面系统。MUI 改变了 NSIS 脚本的编写习惯,它使用 NSIS 的宏来表达,指定 MUI 的属性需要使用宏。所以,诸如 LicenseText, Icon, Ch...
                            
                            
                                分类:
其他好文   时间:
2014-06-25 22:03:27   
                                阅读次数:
504
                             
                    
                        
                            
                            
                                iconCls 所有属性值:icon-addicon-printicon-mini-addicon-cvsicon-playicon-refreshicon-editicon-helpicon-mini-editicon-pencilicon-removeicon-undoicon-mini-ref...
                            
                            
                                分类:
其他好文   时间:
2014-06-25 21:08:57   
                                阅读次数:
574
                             
                    
                        
                            
                            
                                1.当进行到生成上传包即:点击product》》archive 》》validation时;先是出现“the bundle does not contain an app icon for iphone / ipod touch of exactly '120x120' pixels”的错误解决方法...
                            
                            
                                分类:
移动开发   时间:
2014-06-25 18:58:03   
                                阅读次数:
271
                             
                    
                        
                            
                            
                                前台js//加载数据表格 $("#tab_user").datagrid({ title:"用户表", iconCls:'icon-edit',//图标 url:"getAllUserInfo", fitColumns:"true", ...
                            
                            
                                分类:
其他好文   时间:
2014-06-25 14:00:30   
                                阅读次数:
267
                             
                    
                        
                            
                            
                                #!/usr/bin/envpython
#-*-encoding:UTF-8-*-
##########################
#1.正向计时\逆计时\时钟
#2.使用sizer管理布局
##########################
importwx
importtime
importwx.gizmosasgizmos
ICON_START=‘|>‘
ICON_SUSPEND=‘||‘
ICON_RESTART=‘<|‘
TIMETOCOUNT=4..
                            
                            
                                分类:
编程语言   时间:
2014-06-25 06:28:23   
                                阅读次数:
408
                             
                    
                        
                            
                            
                                #Region ;**** 参数创建于 ACNWrapper_GUI ****#AutoIt3Wrapper_icon=C:\WINDOWS\system32\SHELL32.dll|-110#EndRegion ;**** 参数创建于 ACNWrapper_GUI ****#include #in...
                            
                            
                                分类:
其他好文   时间:
2014-06-24 11:28:09   
                                阅读次数:
326
                             
                    
                        
                            
                            
                                我们不能总是依赖于BitmapFactory 下面告诉大家怎么从Bitmaqp中截取某一部分创建新的Bitmap 
系统会有一个默认png图片:icon.png 但是这个图片中最外层会有白色的 比较讨厌 现在以此为例 说说怎么截取 因为其外层为白色 显示不出来 所以我用了 *.9.png 作为其边界
 
 
创建Bitmaop 且指向icon.png
Bitmap...
                            
                            
                                分类:
移动开发   时间:
2014-06-22 21:25:19   
                                阅读次数:
277
                             
                    
                        
                            
                            
                                在实际应用中,考虑到seo,很多button,icon都要用到inline-block和text-indent来处理,例如:Buttoncss我习惯写成这样.btn{display:inline-block; width:100px; height:23px; text-indent:-9999px...
                            
                            
                                分类:
其他好文   时间:
2014-06-22 12:56:49   
                                阅读次数:
204