git配置多个SSH Key
git配置多个SSH Key
8.6 Spring Boot集成Spring Security 开发Web应用,对页面的安全控制通常是必须的。比如:对于没有访问权限的用户需要转到登录表单页面。要实现访问控...
functioncreateAutoComplete(element, url, init_search, table_id) { $(element).autocompl...
functionradioFormatter(radio_name, radio_value, type) { if(type =='formatter') { return...
/* * This file is part of the overtrue/wechat. * * (c) overtrue * * This source file is...
http://guriddo.net/?page_id=119
@echo off echo *** %DATE% echo *** %TIME% set THISDATE=%DATE:~0,4%%DATE:~5,2%%DATE:~8,2...
还原MySQL数据库的命令 mysql-hhostname-uusername-ppassworddatabasename<backupfile.sql
@echo off set "Ymd=%date:~,4%%date:~5,2%%date:~8,2%" E:\Study\software_design\php_web\e...
https://laravel-china.org/topics/166/entrust-laravel-user-rights-system-solution https:...
https://my.oschina.net/zqouba/blog/1509955
http://www.blogxuan.com/php/show/208.html
前些天用jquery easyui的table easyui-datagrid做分页显示的时候,折腾了很久,后来终于解决了。其实不难,最主要我不是很熟悉前端的东西。table...
https://www.sitepoint.com/14-jquery-live-search-plugins/
public functionisAjax($ajax=false) { $value=$this->server('HTTP_X_REQUESTED_WITH','','s...
/** *生成查询所需要的条件,排序方式 *@parammixed $searchfields查询条件 *@paramboolean $relationSearch是否关联查...
(function($){ $.fn.serializeJson=function(){ if(this.tagName!='form') { throw newDOMExc...
幻读是对一个事务而言的,没有开启事务,一个查询语句也是一个事务。幻读,是指,一个事务中,读两次,第一次跟第二次不一样,第二次比第一次少了一行或多了一行,没有保证一个事务中,数...