使用asp.net导出Excel有多重方法。经过总结,现推荐一种简易方法,不用再记那些复杂的类名了。code:using
System.Data;using System.IO;//add Microsoft.Excel refference and set operation
right in s...
分类:
Web程序 时间:
2014-05-08 18:16:51
阅读次数:
276
@using(Html.BeginForm("AddNews","NewsMgr",FormMethod.Post,new{enctype="multipart/form-data"}))前台页面上使用form提交,但是HtmlAttribute必须有这个属性enctype="multipart/form-data"否则上传时提交到后台的Request.Files一直为空,count是0.后台页面收到请求后便可以..
分类:
Web程序 时间:
2014-05-08 10:52:02
阅读次数:
765
项目地址:http://code.google.com/p/freecms/
评论管理
1. 评论管理
从左侧管理菜单点击评论管理进入。
2. 评论审核
选择需要审核的评论,然后点击“审核”按钮。
提示:同时可以审核多个评论。
3. 删除评论
选择需要删除的评论,然后点击“删除”按钮。
提示:同时可以删除多个评论。
...
分类:
编程语言 时间:
2014-05-08 10:45:19
阅读次数:
419
官方网站:https://code.google.com/p/friso/
最新动态:friso-1.6.0发布了(2014.05.08 最新版本)
开源,简单易用,很适合分词技术的研究。
一。friso中文分词器
Friso是使用c语言开发的一款高性能中文分词器,使用流行的mmseg算法实现。完全基于模块化设计和实现,可以很方便的植入到其他程序中,例如:MySQL,PHP等。同时支...
分类:
Web程序 时间:
2014-05-08 08:17:13
阅读次数:
892
一、jQuery Mobile 列表视图:jQuery Mobile 中的列表视图是标准的
HTML 列表:有序列表 () 和无序列表 ()。1、创建列表向 或 元素添加
data-role="listview"。如需使这些项目可点击,请在每个列表项()中规定链接: ...
分类:
Web程序 时间:
2014-05-08 07:40:17
阅读次数:
423
jQuery Mobile 提供的一套图标可令您的按钮更具吸引力。1、为 jQuery Mobile
按钮添加图标如需向您的按钮添加图标,请使用 data-icon 属性:(您也可以在 或 元素中使用 data-icon 属性。) 搜索 下面...
分类:
Web程序 时间:
2014-05-08 07:35:07
阅读次数:
365
首先展示是我们的首界面。下面展示的是初级的代码及界面。using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data; using
System.Drawing;using Sys...
分类:
其他好文 时间:
2014-05-08 07:32:09
阅读次数:
447
1. Abstract &
introductionref:http://static.googleusercontent.com/media/research.google.com/zh-CN//archive/spanner-osdi2012.pdfSpanner是google为了弥补bigta...
分类:
数据库 时间:
2014-05-08 06:46:57
阅读次数:
640
一、安装路径在哪? Android应用安装涉及到如下几个目录:
system/app系统自带的应用程序,无法删除。data/app用户程序安装的目录,有删除权限。安装时把apk文件复制到此目录。data/data存放应用程序的数据。data/dalvik-cache将apk中的dex文件安装到dal...
分类:
移动开发 时间:
2014-05-08 06:12:00
阅读次数:
567
using System;using
System.Collections.Generic;using System.Linq;using System.Text;using
System.Data;using System.Drawing;using System.IO;using System....
分类:
其他好文 时间:
2014-05-08 06:10:59
阅读次数:
395