码迷,mamicode.com
首页 >  
搜索关键字:basepath    ( 325个结果
mysql找安装路经,更改密码
1:如果安装了mysql但是启动不了,可以到C:/Windows/System32的cmd.exe,用管理员身份打开,然后输入net strat mysql即可 2:忘记安装路经 select @@basedir as basePath from dual 查询mysql安装路径 3:echo %p ...
分类:数据库   时间:2018-11-10 19:14:00    阅读次数:153
[转]如何取得当前正在执行的shell脚本的绝对路径?
来源:http://sexywp.com/bash-how-to-get-the-basepath-of-current-running-script.htm 如题,一般我们写Shell脚本的时候,都倾向使用绝对路径,这样无论脚本在什么目录执行,都应该起到相同的效果,但是有些时候,我们设计一个软件包 ...
分类:系统相关   时间:2018-10-31 12:32:40    阅读次数:174
laravel5.5源码阅读草稿——application
构建方法传入整个项目根目录路径(public文件夹上一级)将其设为基础路径(存在本类basePath属性中)。 __construct > setBasePath > bindPathsInContainer 在容器中绑定路径 bindPathsInContainer > instance 在容器中 ...
分类:移动开发   时间:2018-09-07 01:04:22    阅读次数:198
ZUI分页器的使用案例(ECLIPSE SMS项目)
不足:并未编写导出功能 HTML代码: <form action="${basePath}/SMSLogList.cwai" method="post" id="form1"> 。。。 <ul id="myPager" class="pager" data-ride="pager" data-rec ...
分类:系统相关   时间:2018-08-08 13:45:05    阅读次数:353
不同目录的调用
import os import sys BasePath = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) print(BasePath) sys.path.append(BasePath) from core import... ...
分类:其他好文   时间:2018-07-28 13:48:16    阅读次数:121
bootstrap table 点击ztree树进行静态搜索的方法
在ztree的1、onclick方法:定义choosefid,(点击节点的唯一id)然后vardiyQueryParam={url:‘${basePath}/manage/xxxxx‘,query:{scolumn:‘‘,search:choosefid,}}2、调用bootstrap的refresh方法$(‘#table‘).bootstrapTa
分类:其他好文   时间:2018-07-18 10:12:21    阅读次数:297
[Linux]-常用代码块
1.读取执行的上级目录 basepath=$(cd `dirname $0`;cd ..; pwd) 2.Sudo切换用户并执行MySQL语句 echo '密码'|sudo -u mysqladmin -S /usr/local/mysql/bin/mysql -uMySQL用户名 -pMySQL密 ...
分类:系统相关   时间:2018-06-19 13:46:14    阅读次数:180
前端获取http和完整项目名
<% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%> ...
分类:Web程序   时间:2018-06-16 11:58:29    阅读次数:147
request.getScheme() 的使用方法以及request的其他类似函数,<base href="<%=basePath%>">用法
request.getSchema()可以返回当前页面使用的协议,http 或是 https; request.getServerName()可以返回当前页面所在的服务器的名字; request.getServerPort()可以返回当前页面所在的服务器使用的端口; request.getConte ...
分类:Web程序   时间:2018-05-31 20:28:19    阅读次数:163
jquery排序与动态添加option以及属性
function getOrgansid() { url="<%=basePath%>/rest/bsc/organ/selectOrganSidAllList"; $.ajax({ type:"POST", url:url, dataType:"json", contentType: "appli ...
分类:编程语言   时间:2018-05-30 13:21:25    阅读次数:597
325条   上一页 1 2 3 4 5 6 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!