Eclipse安装插件的几种方法(eclipse安装SVN插件) 在这里啰嗦一句,其实更新的版本mar2更好用。但是由于在低电压版的本本上,mar2跑不起来,经常假死,kepler可以很流畅。 so,如果为了携带了轻便低电压版CPU的本本,mar2跑不起来,就用kepler吧。 以Eclipse(K ...
分类:
系统相关 时间:
2018-09-08 15:19:00
阅读次数:
596
Some useful links + https://hakeemit.blogspot.com/2018/04/gradle project sync failed basic.html + https://stackoverflow.com/questions/15324493/how do ...
分类:
移动开发 时间:
2018-09-07 20:12:42
阅读次数:
213
停用oracle服务:进入计算机管理,在服务中,找到oracle开头的所有服务,右击选择停止 停用oracle服务:进入计算机管理,在服务中,找到oracle开头的所有服务,右击选择停止 在开始菜单中,找到Universal Installer,运行Oracle Universal Installe ...
分类:
数据库 时间:
2018-09-06 19:47:32
阅读次数:
257
什么是Universal Links? 在iOS9之前,对于从各种从浏览器、Safari中唤醒APP的需求,我们通常只能使用scheme。但是这种方式需要提前判断系统中是否安装了能够响应此scheme的app,并且这种方式在微信中是被禁用了的。 Universal Links是iOS9推出的一项功能 ...
分类:
移动开发 时间:
2018-09-04 11:45:42
阅读次数:
222
from django.contrib import admin from .models import Article,Category from datetime import datetime # Register your models here. @admin.register(Artic... ...
分类:
其他好文 时间:
2018-09-03 02:25:46
阅读次数:
192
旧版本获取节点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