码迷,mamicode.com
首页 >  
搜索关键字:xxxxx    ( 1366个结果
网站默认文档配置
之前在本地上把网站部署到IIS,发现如果只输入localhost:xxxxx 无法自动访问到网站主页,还得在IIS上配置一个默认首选项。最近自己接个小私活,发现其实通过配置web.config可以更好的解决这个问题,而且对网站的SEO优化也非常有利。具体配置如下: ...
分类:Web程序   时间:2015-04-10 17:17:49    阅读次数:112
六、JAVA常用类
1、字符串相关类(String、 StringBuffer) ---String ------java.lang.String类代表不可变的字符序列 ------“XXXXX”为该类的一个对象 ------String 类的常见构造方法:(看API文档) --------String(String original) -----------创建一个String对...
分类:编程语言   时间:2015-04-09 12:00:35    阅读次数:216
C#对于md5加密的两种方式
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography;namespace XXXXX{ /// /// 加密文件帮助类....
分类:Windows程序   时间:2015-04-05 21:44:34    阅读次数:180
Android权限Uri.parse的几种用法(转载)
1,调web浏览器Uri myBlogUri = Uri.parse("http://xxxxx.com");returnIt = new Intent(Intent.ACTION_VIEW, myBlogUri);2,地图Uri mapUri = Uri.parse("geo:38.899533,...
分类:移动开发   时间:2015-04-05 11:57:17    阅读次数:189
开发库
网页对话框控件artDialog:地址:https://github.com/aui/artDialogJAVA时间库Joda-Time:地址http://www.joda.org/joda-time/网页对话框控件XXXXX网页对话框控件XXXXX网页对话框控件XXXXX网页对话框控件XXXXX网...
分类:其他好文   时间:2015-04-02 18:11:21    阅读次数:156
关于帝国cms 列表页SEO优化的问题
一般列表页面中,我们都需要带分页信息区分当前页号,为区分第一页,和第一页后的其他所有分页页面.我们推荐的做法为:第一页显示正常的标题,从第二页开始便显示xxxxx-第2页-xxxx网.做法是.修改帝国cms的源码!修改e/class/functions.php 找到 $string=str_rep....
分类:其他好文   时间:2015-04-02 18:01:22    阅读次数:110
JS屏蔽右键菜单,复制,粘帖xxxxx........
1 //屏蔽右键菜单 2 document.oncontextmenu = function (event) { 3 if (window.event) { 4 event = window.event; 5 } try { 6 ...
分类:Web程序   时间:2015-04-01 17:11:23    阅读次数:114
ccf ISBN号码
问题描述试题编号:201312-2试题名称:ISBN号码时间限制:1.0s内存限制:256.0MB问题描述:问题描述 每一本正式出版的图书都有一个ISBN号码与之对应,ISBN码包括9位数字、1位识别码和3位分隔符,其规定格式如“x-xxx-xxxxx-x”, 其中符号“-”是分隔符(键盘上的减.....
分类:其他好文   时间:2015-03-28 20:14:01    阅读次数:184
解决Android中TextView首行缩进的问题
方式一:(推荐)setText("\u3000\u3000"+xxxxx);方式二:这种方式不同分辨率会有问题setText(""+xxxxx);半角:\u0020全角:\u3000
分类:移动开发   时间:2015-03-28 12:53:31    阅读次数:6005
sping获取bean方法 解决资源耗尽
// ApplicationContext context = new ClassPathXmlApplicationContext(new String[]{"applicationContext.xml","spring-xxxxx.xml"}); // BeanFacto...
分类:其他好文   时间:2015-03-20 16:04:41    阅读次数:115
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!