添加引用http://htmlagilitypack.codeplex.com/downloads/get/437941protected 
void Export(string content,string file) { HtmlDocument doc = new HtmlD...
                            
                            
                                分类:
Web程序   时间:
2014-07-22 23:17:32   
                                阅读次数:
426
                             
                         
                    
                        
                            
                            
                                1.获取CSV数据内容public static Object[][] 
getFromCSV(String filename) { if (!(new File(filename)).exists()){ return null; 
} Object[][] content; CSVReader r....
                            
                            
                                分类:
Web程序   时间:
2014-07-22 23:16:34   
                                阅读次数:
467
                             
                         
                    
                        
                            
                            
                                "添加到主屏幕“后,全屏显示 
这meta的作用就是删除默认的苹果工具栏和菜单栏。content有两个值”yes”和”no”,当我们需要显示工具栏和菜单栏时,这个行meta就不用加了,默认就是显示。 
默认值为default(白色),可以定为black(黑色)和black-translucent(灰色半...
                            
                            
                                分类:
移动开发   时间:
2014-07-22 23:15:15   
                                阅读次数:
507
                             
                         
                    
                        
                            
                            
                                一、bug出现在:IE7/8bug demo: box1 box2 
.clearfix:after {content: ""; display: block; clear:both;} .clearfix {zoom: 1;} 
.fl {float: l...
                            
                            
                                分类:
其他好文   时间:
2014-07-22 23:11:14   
                                阅读次数:
400
                             
                         
                    
                        
                            
                            
                                META标签分两大部分:HTTP标题信息(HTTP-EQUIV)和页面描述信息(NAME)。一、HTTP-EQUIVHTTP-EQUIV类似于HTTP的头部协议,它回应给浏览器一些有用的信息,以帮助正确和精确地显示网页内容。常用的HTTP-EQUIV类型有:1、Content-Type和Conten...
                            
                            
                                分类:
其他好文   时间:
2014-05-01 15:52:28   
                                阅读次数:
398
                             
                         
                    
                        
                            
                            
                                今天继续捣鼓[Orchard][1]系统,在此分享一个小技巧,如何在页面每个随笔添加编辑链接,这样方便管理员直接点击进去编辑内容。是的,只对管理员可见。话说这一个特性一开始是默认启用并集成在核心实现中的,后来分离并封装到一个新的模块,该模块名称叫"**Content 
Control Wrapper*...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 21:49:46   
                                阅读次数:
431
                             
                         
                    
                        
                            
                            
                                参考:androidContentProvider详解一androidContentProvider详解二androidContentProvider详解三androidContentProvider详解四androidContentProvider详解五androidContentProvider...
                            
                            
                                分类:
移动开发   时间:
2014-04-30 16:32:54   
                                阅读次数:
442
                             
                         
                    
                        
                            
                            
                                用android 通过http协议提交数据至服务器 content的内容代码如下:private 
static JSONObject connUpload(String baseUrl, Map params, String content) throws 
IOException, JSONExce...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 14:06:47   
                                阅读次数:
490
                             
                         
                    
                        
                            
                            
                                Basalt has a higher hardness with strength 
300mp as well as the higher silicon content. And during the actual crushing and 
broken industry, the basalt...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 11:42:47   
                                阅读次数:
352
                             
                         
                    
                        
                            
                            
                                box-sizing 是CSS3中新增的样式。我理解 
主要是规定css中box模型的规则。语法box-sizing: content-box|border-box|inherit;content-box 
是指定box的宽度和高度分别应用到元素的内容框。在宽度和高度之外绘制元素的内边距和边框。bord...
                            
                            
                                分类:
Web程序   时间:
2014-04-29 10:42:45   
                                阅读次数:
386