码迷,mamicode.com
首页 >  
搜索关键字:website    ( 1009个结果
ASP.NET登录控件延伸(个性化)
既然由登录控件涉及到了Membership,那么就不得不提到用户个性化Profile对象。个性化允许为用户保存特定的个性化信息到数据库中,因此它不同于ASP.NET状态管理之处在于可以永久性保存这些信息,很有必要强调一下web application与website的一个不同,web applica...
分类:Web程序   时间:2014-07-10 00:48:38    阅读次数:258
web项目的两个创建形式website和webapplication(转)
前言在利用VS2010创建web项目的时候,会有两个选择。可以选择直接创建website网站,还可以选择使用webapplication应用程序。刚刚接触web开发,看到这两个就疑惑了,既然是都可以,那为什么有两个呢?这样的分开,肯定是有它的道理的。下面是我对这个问题进行的一些总结,都是从网上找的一...
分类:移动开发   时间:2014-06-27 17:17:24    阅读次数:369
第二讲 auto_ptr智能指针
// STL.cpp : 定义控制台应用程序的入口点。////智能指针在其生命周期结束后会自动调用delete#include "stdafx.h"#include#includeusing namespace std;class WebSite{public: WebSite(int x){...
分类:其他好文   时间:2014-06-25 20:09:38    阅读次数:216
POJ #1141 - Brackets Sequence - TODO: POJ website issue
A bottom-up DP. To be honest, it is not easy to relate DP to this problem. Maybe, all "most"\"least" problems can be solved using DP..Reference:http:/...
分类:Web程序   时间:2014-06-25 18:39:32    阅读次数:235
asp.net 网站发布
asp.net 网站发布 1.安装并打开IIS。 2.用visual studio创建网站,目录为d:\website\website1 3.IIS中添加网站,网站名称必填。物理路径与已有的对应好。IP地址为本机IP。 4.启动网站后,浏览器输入 http://192.168.1.107:80  就可打开。 5.在vs解决方案目录中,对页面右键单击,选择“在浏览器中查看”。此时v...
分类:Web程序   时间:2014-06-24 18:50:53    阅读次数:231
Ajax.Utility.RegisterTypeForAjax(typeof(_Default)) 的使用
语句的作用:页面注册方法的作用。Ajax.Utility.RegisterTypeForAjax(typeof(命名空间.类名));首先要在配置文件里配置 代码演示:namespace WebSite{ public partial class tuangou : System.Web.U...
分类:其他好文   时间:2014-06-24 09:40:32    阅读次数:310
Apache Virtual Hosting IP Based and Name Based Virtual Hosts
AsweallareawarethatApacheisaverypowerful,highlyflexibleandconfigurableWebserverforNixOS.Hereinthistutorial,wearegoingtodiscussonemorefeatureofApachewhichallowsustohostmorethanonewebsiteonasingleLinuxmachine.ImplementingvirtualhostingwithApachewebservercanhe..
分类:其他好文   时间:2014-06-16 17:41:56    阅读次数:439
ThinkPHP下使用Ueditor
在做课程设计的时候想到用百度的Ueditor,可在配置的时候出现了一些问题Ueditor感觉不是很难,以前有个人定制的,现在取消了这项服务,但是我们可以自己进行配置下载地址:http://ueditor.baidu.com/website/download.html#ueditor下载好文件后,把文...
分类:Web程序   时间:2014-06-10 00:04:45    阅读次数:360
How to enable your website to public(set up your web server at home)
As a so exciting dream, I would like set up my owned web site which can be accessed anywhere nomatter from laptop/mobile phone or tablet. Current now ...
分类:Web程序   时间:2014-06-09 13:00:33    阅读次数:420
从PSD到HTML,网页的实现
在学习完《From PSD to HTML: Building a Set of Website Designs Step by Step》之后,使我对网页的设计和实现有了更深入的认识,我逐渐少了那些恐惧感,为此,我尝试着实现了自己的第一个从PSD到HTML的实践。我使用的站点PSD文件是已经设计好...
分类:Web程序   时间:2014-06-05 18:22:49    阅读次数:284
1009条   上一页 1 ... 97 98 99 100 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!