<html> <head> <title>The Matrix</title> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script> ...
分类:
Web程序 时间:
2020-02-24 13:16:18
阅读次数:
102
"TypeScript Array Remove" "EF Code First 快速创建" "EF Core 多个DbContext迁移命令" "Entity Framework Core for Console" "EntityFrameworkCore 一表对多表存在外键的设计" "linq ...
分类:
其他好文 时间:
2020-02-24 13:08:56
阅读次数:
78
在模板中使用权限: 在settings.TEMPLATES.OPTIONS.context_process下,因为添加了django.auth.context_processors.auth上下文处理器,因此,在模板中可以直接通过perms来获取用户的所有权限,示例代码如下: 可以在模板中将某一个功 ...
分类:
其他好文 时间:
2020-02-24 12:51:59
阅读次数:
62
1、ios的webview中滑动不流畅。(原因:ios5.0以后的版本,滑动定义有两个值auto和touch。默认值为auto) -webkit-overflow-scrolling: touch; /* 当手指从触摸屏上移开,会保持一段时间的滚动 */ -webkit-overflow-scrol ...
分类:
其他好文 时间:
2020-02-24 00:36:03
阅读次数:
293
vim,grep,shell脚本实例及find用法1、定义一个对所有用户都生效的命令别名定义一个对所有用户都生效的命令别名需要更改全局配置文件/etc/bashrc,例如,我们以root用户编辑/etc/bashrc,在文件的最后一行增加aliaslike=‘ls‘当我们新启一个shell进程的时候,列出命令别名,会发现刚定义的别名like[root@localhost~]#tai
分类:
系统相关 时间:
2020-02-24 00:23:37
阅读次数:
66
没有添加spring-context-support-3.2.4.RELEASE.jar包pom配置<dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> ...
分类:
编程语言 时间:
2020-02-23 22:03:26
阅读次数:
54
错误代码: 2月 23, 2020 4:26:45 下午 org.apache.catalina.core.StandardWrapperValve invoke 严重: Servlet.service() for servlet [login.Login] in context with path ...
分类:
数据库 时间:
2020-02-23 18:22:33
阅读次数:
108
一、BFC是什么? 官方定义 BFC(Block Formatting Context,块格式化上下文) 是Web页面的可视化CSS渲染的一部分,是块盒子的布局过程发生的区域,也是浮动元素与其他元素交互的区域。 详见 "MDN" 看不明白?那就对了! 官方解释若不搞得抽象难懂些,怎能显出高大上?!( ...
分类:
其他好文 时间:
2020-02-23 16:38:19
阅读次数:
99
DAO:DATA ACCESS OBJECT getApplication()和MainActivity.this 是两种不同的context,也是最常见的两种.第一种中context的生命周期与Application的生命周期相关的,context随着Application的销毁而销毁,伴随app ...
分类:
移动开发 时间:
2020-02-23 16:11:04
阅读次数:
67
1、maven依赖 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan ...
分类:
其他好文 时间:
2020-02-23 14:41:32
阅读次数:
74