-
76
说明: CMS文章管理系统2013,ASP编程学习源码,web网站制作参考资料。(CMS article management system 2013, ASP programming learning source, web site production of reference materials.)
- 2013-12-29 12:27:00下载
- 积分:1
-
Android 判断是否创建实时文件夹
super.onCreate(savedInstanceState);
// setContentView(R.layout.main);
// 判断是否创建实时文件夹
if (getIntent().getAction().equals(LiveFolders.ACTION_CREATE_LIVE_FOLDER))
{
Intent intent = new Intent();
// 设置数据地址
intent.setData(Uri.parse("content://contacts/live_folders/people"));
// 设置当我们单击之后的事件,这里单击一个联系人后,呼叫
intent.putExtra(LiveFolders.EXTRA_LIVE_FOLDER_BASE_INTENT, new Intent(Intent.ACTION_CALL, ContactsContract.Contacts.CONTENT_URI));
// 设置实时文件夹的名字
intent.putExtra(LiveFolders.EXTRA_LIVE_FOLDER_NAME, "电话本");
// 设置实施文件夹的图标
intent.putExtra(LiveFolders.EXTRA_LIVE_FOLDER_ICON, Intent.ShortcutIconResource.fromContext(this, R.drawable.contacts));
// 设置显示模式为列表
intent.putExtra(LiveFolders.EXTRA_LIVE_FOLDER_DISPLAY_MODE, LiveFolders.DISPLAY_MODE_LIST);
// 完成
setResult(RESULT_OK, intent);
}
else
{
setResult(RESULT_CANCELED);
}
finish();
- 2022-06-01 06:40:50下载
- 积分:1
-
tysjclxt_v1.0
1、数据合并
数据合并系统可以按照提供execl根据同一个列的身份证号码或者个人编号计算该身份证号码或个人编号下某一项需要数据合并的合计值 ,并导出数据。
2、数据较对、数据筛选
根据提供两个不同的excle数据,可以根据某一列或者多列对比,得出较对结果,筛选出您想要的结果,并导出数据。(1, data consolidation
The data merging system may calculate the total value of the identity card number or the individual number according to the identity card number or individual number of the same column according to the EXECL, and the data can be exported.
2, data, data filtering
According to the provision of two different excle data, according to a column or columns comparison, it is concluded that compared with the screened the results you want, and derived data.)
- 2016-03-16 11:13:47下载
- 积分:1
-
gqian客户关系管理系统
gqian客户关系管理系统 安装使用说明:
1、架设IIS平台
2、开启asp功能
3、建立网站站点
配置文件在/common/base.asp
账号:admin 密码123456
- 2022-09-05 20:05:03下载
- 积分:1
-
用php处理正则的类 封装了常用的正则表达式
用php处理正则的类 封装了常用的正则表达式-use php to deal with regex
- 2022-01-26 19:02:28下载
- 积分:1
-
edu
asp学校网站定位教育网行开发的系统,网站首页 学校概况 校园新闻 德育教学 校园风彩 资源下载 求贤纳士 成绩查询 网上报名 联系我(asp website targeted Education Network line to develop a system Home About the school campus news moral teaching school charm query results Download Jobs Online registration Contact me)
- 2011-11-03 10:47:38下载
- 积分:1
-
风铃文件共享系统
风铃文件共享系统主要功能:
1、管理员可以添加和管理组与用户
2、用户可以加入某个组,组定义用户的权限
3、组可以定义是否可以上传文件和上传什么类型的文件以及多大的文件
4、用户上传文件时可以选择共享此文件给那些组或哪些用户
5、管理员可以删除用户上传的文件
6、用户可以管理自己的文件
默认管理员:admin
密码:admin888
- 2022-10-20 08:15:03下载
- 积分:1
-
ASP.NET小程序
ASP.NET小程序-ASP.NET small program
- 2022-06-13 08:01:00下载
- 积分:1
-
OnlineBookstore
网上书城系统 本系统主要介绍了网上购书流程:通过图书类别进行检索,将您预购书放入购物车内,通过网上银行进行交易,界面美观,易于操作。(Online bookstore system This system introduces the online purchasing process: to search through the books category, pre-order the book into your shopping cart, online banking transactions through the beautiful interface, easy to operate.)
- 2010-06-07 17:15:23下载
- 积分:1
-
Xiao5u_XinLi_v1.0
说明: 校无忧心理测评系统是通过互联网实现在线心理健康测试和诊断的平台。系统能够给测试者提供重要参考价值的分析诊断报告和必要的咨询建议,适用于政府、教育机构、学校及企业进行在线心理健康测试,心理疾病测评,心理健康普查等操作。(Xiao5u psychological assessment system is a platform for online mental health testing and diagnosis through the Internet. The system can provide important diagnostic reports and necessary consultation suggestions for the testers. It is suitable for the government, educational institutions, schools and enterprises to carry out online mental health testing, mental disease assessment, mental health census and other operations.)
- 2019-06-06 10:43:43下载
- 积分:1