旧版本获取节点1、获取body console.log(document.body); 2、获取img console.log(document.images); 3、获取a标签 console.log(document.links); 4、获取含有name属性的a标签 console.log(do ...
分类:
Web程序 时间:
2018-09-03 02:12:05
阅读次数:
168
上节回顾: 1 反向解析(reverse) 2 modelForm 》添加和编辑 添加: class BookModelForm(): class Meta: model=Book fields="__all__" def add(reqeust): if GET: form=BookModelFo ...
分类:
其他好文 时间:
2018-09-02 15:05:35
阅读次数:
1070
Problem UVA818-Cutting Chains Accept:393 Submit:2087 Time Limit: 3000 mSec Problem Description What a ?nd! Anna Locke has just bought several links of ...
分类:
其他好文 时间:
2018-09-02 10:24:51
阅读次数:
333
How Google Search Results Work Political leanings don't factor into Google's search algorithm. But the authoritativeness of page links that the algori ...
分类:
其他好文 时间:
2018-08-29 10:46:26
阅读次数:
226
内容回顾: 一 admin的使用 app01的admin.py文件: class BookConfig(admin.ModelAdmin): list_display=[] list_display_links=[] list_filter=[] search_fields=[] def patch ...
分类:
其他好文 时间:
2018-08-29 01:02:28
阅读次数:
173
首先,确保你的Apache编译了SSL模块,这是支持SSL证书必要的条件(如果没有,请编译,【打开phpstudy】》【其他选项菜单】》【PHP扩展】》【php-openssl】前面勾选上)。 在Apache的安装目录下创建cert目录,并且将下载的全部文件拷贝到cert目录中。 打开 Apache ...
分类:
Web程序 时间:
2018-08-22 10:24:28
阅读次数:
240
转自《https://blogs.msdn.microsoft.com/mihansen/2017/12/13/resolving-branch-specific-azure-template-links-in-github-repositories/》 The Problem The Azure ...
分类:
Web程序 时间:
2018-08-21 00:30:46
阅读次数:
253
当 Confluence 第一次启动的时候,Confluence 将会读取 confluence-init.properties 文件并从这个文件中确定如何去查找 Home 目录。 希望修改 home 目录的路径,你可以在 confluence-init.properties 文件中按照下面的格式修 ...
分类:
其他好文 时间:
2018-08-20 01:13:58
阅读次数:
192
数据库版本:MySQL5.7原数据库:mysql01从数据库:mysql02原数据库配置文件datadir=/var/lib/mysqlsocket=/var/lib/mysql/mysql.socksymbolic-links=0log-error=/var/log/mysqld.logpid-file=/var/run/mysqld/mysqld.pidserver-id=1gtid_mode
分类:
数据库 时间:
2018-08-17 15:31:03
阅读次数:
167
Given a constant K and a singly linked list L, you are supposed to reverse the links of every K elements on L. For example, given L being 1→2→3→4→5→6, ...
分类:
其他好文 时间:
2018-08-16 23:47:18
阅读次数:
204