【转自】http://www.cnblogs.com/wendingding/p/3884513.html一、字符串字符串是String类型的数据,用双引号""包住文字内容 let website = "http://www.wendingding.com"1.字符串的常见操作(1)用加号 + 做字...
分类:
其他好文 时间:
2015-01-27 19:58:36
阅读次数:
247
方法如下: Go to Control Panel Java in the Security tab click the “Edit Site List…” button click Add button insert the URL of the website that you want acc...
分类:
移动开发 时间:
2015-01-19 12:10:41
阅读次数:
392
最近在部署服务器的时候,需要用到把一个站点文件拷贝到其他站点。一个一个手动copy太累人了,写了个简单的批处理文件,基本能达到目的,具体怎么做呢:1、把需要拷贝到各个站点的文件,单独放到一个目录下。比如E:\WebSite\orig\2、使用dos的xcopy命令,把源文件orig拷贝到各个目的文件...
分类:
其他好文 时间:
2015-01-18 11:45:02
阅读次数:
169
Precondition:Ubuntu OS环境准备:1. JAVA_HOME1.1 Download the jdk8 (jdk-8u25-linux-x64.tar.gz) from official website 1.1.1 check your pc's version: uname -....
分类:
其他好文 时间:
2015-01-12 19:00:57
阅读次数:
162
Setup database provider来自Kooboo documentKooboo CMS can almost support all the types of database, include the relational database and No-SQL database. ...
分类:
数据库 时间:
2015-01-12 00:19:46
阅读次数:
204
CSS图片拼合生成器:http://cn.spritegen.website-performance.org/设计理论学习指南:http://www.cocoachina.com/special/design/图片无损压缩70%:https://tinypng.com/W3C官方Debug开发的HT...
分类:
其他好文 时间:
2015-01-09 13:56:38
阅读次数:
266
在magento的某个website中,已经有一个storeview A,现在要求在这个website下再创建一个新的storeview B,现在要求对于storeview B只有主页和分类页应用新的样式,其他页面还是用回storeview A的样式。解决思路如下:(1)在skin和design下,...
分类:
其他好文 时间:
2015-01-09 10:26:00
阅读次数:
211
After you download the VirtualBox install package and install it (just defualt setting).Then you should download theubuntu.iso file from the website.T...
分类:
系统相关 时间:
2015-01-09 07:01:48
阅读次数:
298
1、LINQ to XML类 以下的代码演示了如何使用LINQ to XML来快速创建一个xml: 隐藏行号 复制代码 ? 创建 XML public static void CreateDocument() { string path = @"d:\website"; XDocument xdoc...
分类:
其他好文 时间:
2015-01-09 00:03:15
阅读次数:
416
目录结构:
--F:\website\webgis\index.php
测试代码:index.php
echo "测试输出__FILE__";
echo "".__FILE__;
echo "".dirname(__FILE__);
输出结果:
测试输出__FILE__
F:\website\webgis\index.php
F:\website\webgis...
分类:
Web程序 时间:
2015-01-07 00:41:54
阅读次数:
234