asp.net 站点公布 1.安装并打开IIS。 2.用visual studio创建站点,文件夹为d:\website\website1 3.IIS中加入站点,站点名称必填。物理路径与已有的相应好。IP地址为本机IP。 4.启动站点后,浏览器输入 http://192.168.1.107:80 就 ...
分类:
Web程序 时间:
2018-11-26 00:12:59
阅读次数:
104
Favicon 简介 Favicon : 是 favorites icon 的缩写,被称为 website icon . page icon . urlicon 。 最初定义一个favicon的方法是将一个名为“favicon.ico” 的文件至于web服务器的根目录下,后来出现了一种更为灵活的方法 ...
分类:
其他好文 时间:
2018-11-25 17:58:19
阅读次数:
197
(1)Including other URLconfs 比如一个website项目urls.py, include了其他的urls: ? 1 2 3 4 5 6 7 8 from django.conf.urls import include, url urlpatterns = [ # ... s ...
分类:
Web程序 时间:
2018-11-24 23:56:37
阅读次数:
241
docusaurus 是facebook 开源的一款文档脚手架工具,可以快速的进行文档生成,基于markdown 同时已经内置了gh-pages 发布的命令,对于ci 工具,我们只需要简单的配置就可以了 环境准备 创建github空项目 很简单直接鼠标点击就可以了 创建docusaurus demo ...
分类:
Web程序 时间:
2018-11-20 11:33:56
阅读次数:
235
<?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:sc ...
分类:
Web程序 时间:
2018-11-17 21:02:01
阅读次数:
363
A website domain like "discuss.leetcode.com" consists of various subdomains. At the top level, we have "com", at the next level, we have "leetcode.com ...
分类:
其他好文 时间:
2018-11-17 13:15:59
阅读次数:
127
计算机常用指令记录 Python常用操作: #!/usr/bin/env python3 # -*- coding: utf-8 -*- # 画图的字体问题 from pylab import mpl mpl.rcParams['font.sans-serif'] = ['FangSong'] # ... ...
分类:
其他好文 时间:
2018-11-05 22:25:19
阅读次数:
237
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 ...
分类:
其他好文 时间:
2018-11-05 16:23:20
阅读次数:
158
Azure Website默认时区为国际标准时间,对中国用户来说不太方便友好,如何设置成北京时间呢? 打开Azure Website的“配置”页,找到“应用设置”节点。 在应用设置中添加设置项,密钥为“WEBSITE_TIME_ZONE”,值为时区ID,比如北京时间为“China Standard ...
分类:
Web程序 时间:
2018-11-04 12:47:43
阅读次数:
227
A website domain like "discuss.leetcode.com" consists of various subdomains. At the top level, we have "com", at the next level, we have "leetcode.com ...
分类:
其他好文 时间:
2018-10-30 13:06:51
阅读次数:
117