1. 创建一个WebSite,新建一个页面命名为SignIn.aspx,然后在页面中添加如下的代码 ...
分类:
Web程序 时间:
2015-05-29 13:30:50
阅读次数:
840
一台新的linux CentOS服务器,安装好php环境后,发现apache默认解析路径是/var/www/html,如果不想使用这个默认路径,可以自己设置一个目录。例:在根目录下新建/data/website文件夹用来存放项目。准备工作:创建目录在根目录下1 mkdir data2 cd data...
分类:
Web程序 时间:
2015-05-28 16:08:06
阅读次数:
157
原文:解读ASP.NET 5 & MVC6系列(2):初识项目初识项目 打开VS2015,创建Web项目,选择ASP.NET Web Application,在弹出的窗口里选择ASP.NET 5 Website模板创建项目,图示如下: 我们可以看到,此时Web Forms\MVC\Web API复选...
分类:
Web程序 时间:
2015-05-27 11:34:19
阅读次数:
312
开始学习Scala,下面的内容大部分从Scala官网翻译过来,有几个地方翻译的不是很好,表述不清楚的地方大家可以浏览Scala官网,多指教。Scala offical website is http://scala-lang.orgI think scala-lang means scalable ...
分类:
其他好文 时间:
2015-05-24 21:47:16
阅读次数:
132
Suppose that a website contains two tables, the Customers table and the Orders table.
Write a SQL query to find all customers who never order anything.
Table: Customers.
+----+-------+
| Id | Na...
分类:
数据库 时间:
2015-05-24 08:53:15
阅读次数:
164
在这篇教程中,我将为你介绍如何在页面滚动时触发css动画。这种效果使用JavaScript&CSS就能做到。Jeet Grid System website 就是使用这种小技巧的例子,当你向下滚动的时候,CSS transform animation就被触发了。想要达到这种目的,有很多Javascript/jQuery 插件可以用,比如WOW,在这篇教程中,我将为你展示如何不适用插件做到这种效果。T...
分类:
其他好文 时间:
2015-05-23 15:36:21
阅读次数:
154
程序代码:'=========================================================='函数介绍:创建WebSite'本函数使用ADSI,需要Administrators组用户权限'函数名称:CreateWebSite(Computer,IPAddr,Por...
分类:
Web程序 时间:
2015-05-22 09:23:41
阅读次数:
190
https://dl-ssl.google.comgoogle andoird website can't visited,so usehttp://www.androiddevtools.cn/ > http://ubuntu.buct.cn/en-US/android/repository/D....
分类:
其他好文 时间:
2015-05-21 12:24:06
阅读次数:
694
https://leetcode.com/problems/customers-who-never-order/Customers Who Never OrderSuppose that a website contains two tables, theCustomerstable and the...
分类:
数据库 时间:
2015-05-16 18:09:13
阅读次数:
122
解读ASP.NET 5 & MVC6系列(2):初识项目2015-05-14 09:08 by 汤姆大叔,2866阅读,19评论,收藏,编辑初识项目打开VS2015,创建Web项目,选择ASP.NET Web Application,在弹出的窗口里选择ASP.NET 5 Website模板创建项目,...
分类:
Web程序 时间:
2015-05-16 01:19:44
阅读次数:
207