E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
root_path
Python实现均匀拆分大文件
设定拆分的目标文件数量,输入路径(必须是一个目录),会自动进行拆分#-*-coding:utf-8-*-importmathimportosimportshutilimportsys#获取运行脚本的当前目录
ROOT_PATH
巴拉巴拉朵
·
2020-06-29 18:41
文件读写
Python
lnmp如何部署laravel项目
vim/usr/local/nginx/conf/nginx.conf.增加配置如下:server_name修改成自己的ip或者域名server{listen8000;server_nameip;set$
root_path
长情丶
·
2020-06-29 14:32
laravel
计算图像数据集RGB各通道的均值和方差
importcv2importnumpyasnpimporttorchstartt=700CNum=100#挑选多少图片进行计算imgs=[]foriinrange(startt,startt+CNum):img_path=os.path.join(
root_path
weixin_30437481
·
2020-06-27 19:07
使用DSIM给WIN7集成SP2、IE11、USB3
REM设置变量便于操作SETROOT_PATH=D:\SOFTWARE\WINDOWS7SP2SETBOOT_WIM=%
ROOT_PATH
%\boot.wimSETINSTALL_WIM=%
ROOT_PATH
柳鲲鹏
·
2020-06-26 04:46
软件技巧
Windows/Cygwin
centos nginx https 配置
下面这个server{listen80;server_name这里换成你的域名,例如baidu.com;set$
root_path
'/home/wwwroot/tapai_html/';root$
root_path
七个包
·
2020-06-25 12:21
linux
python实现图像数据扩增
osimportmatplotlib.pyplotaspltfromPILimportImage,ImageEnhanceimportcv2#root_path为图像根目录,img_name为图像名字defmove(
root_path
Hytz
·
2020-06-25 10:13
深度学习
TP5 获取项目根目录路径
THINK_PATH框架系统目录
ROOT_PATH
框架应用根目录APP_PATH应用目录(默认为application)CONF_PATH配置目录(默认为APP_PATH)LIB_PATH系统类库目录(
kangjunfei
·
2020-05-19 15:44
TP5
获取项目根目录路径
Python读取excel文件中带公式的值的实现
importosimportxlrdfromxlutils.copyimportcopyfile_path=os.path.abspath(os.path.dirname(__file__))#获取当前文件目录print(file_path)
root_path
jescs
·
2020-04-17 09:30
Nginx 配置 php-fpm
nginx配置文件示例:server{listen80;server_namewww.test.com;set$
root_path
'/usr/local/project/项目index目录';root$
Devil1994
·
2020-03-21 00:33
Nginx服务器上部署Laravel项目
Laravel项目主要修改nginx的配置文件:vi/usr/local/nginx/conf/nginx.confserver{listen80;server_namewww.chenhua.pro;root$
root_path
精算师学院
·
2020-03-20 22:55
iOS图标批量增加Icon-前缀(python)
.')[-1]defaddIconPrefix(filename):return'Icon-'+filenamedefmain():
ROOT_PATH
=os.path.abspath(sys.path[
周末了了
·
2020-03-20 03:27
tp5.1使用路径常量
;echo"
root_path
=========".Env::get('
root_path
').""
大尹
·
2020-02-07 15:00
TP框架配合jquery进行3种方式的多图片上传
admin/admin/cs的PHP代码:publicfunctioncs(){//获取表单上传文件$files=request()->file('image');$file_path=ENV::get('
root_path
落华
·
2019-10-17 00:00
Nginx中运行PHP框架Laravel的配置文件分享
配置文件改成这样server{listen80;server_namesub.domain.com;set$
root_path
'/srv/www/default';root$
root_path
;indexindex.phpindex.htmlindex.htm
·
2019-09-23 22:18
nodejs批量修改文件编码格式
代码:复制代码代码如下:/***修改文件编码格式,例如:GBK转UTF8*支持多级目录*@param{String}[
root_path
][需要进行转码的文件路径]*@param{Array}[file_type
·
2019-09-23 20:42
php phpexcel 读取excel文件数据
publicfunctionreadExcel(){$allPath='/home/examine\video/list.xls';\think\Loader::import('extend.excel.PHPExcel',
ROOT_PATH
桥洞下的程序猿
·
2019-06-13 15:00
php phpexcel 创建excel
publicfunctioncreateExcel($result=[],$fileName=''){\think\Loader::import('extend.excel.PHPExcel',
ROOT_PATH
桥洞下的程序猿
·
2019-06-13 15:00
2018达观杯文本智能处理竞赛复盘打榜(一)
数据初识】时长:1天首先我们下载数据导入pandas包importpandasaspdfromsklearn.model_selectionimporttrain_test_split设置路径,导入数据
root_path
蝉鸣时节
·
2019-04-05 21:02
datawhale
datawhale
对python实现模板生成脚本的方法详解
/usr/bin/python#encoding:utf-8importjsonimportcodecsimportosdefget_files(
root_path
):fordirin
像风一样的自由
·
2019-01-30 10:07
python递归遍历目录和子目录下的所有文件,并将文件目录存入列表
importosdefget_file(
root_path
,all_files=[]):'''递归函数,遍历该文档目录和子目录下的所有文件,获取其path'''files=os.listdir(roo
妈哒好气哦
·
2019-01-18 17:18
Python
Python脚本可以统计项目代码行数
配置说明:
ROOT_PATH
配置source目录,会自动递归统计所有文件代码行数总和。INCLUDE_EMPTY_LINE:True时则将空行列入统计,否则空行不予统计。
理查德大叔
·
2018-08-30 14:08
Python
phalcon + nginx 混合模式配置
server段,其他参见nginx文档):server{listen80;server_namelocalhost.dev;indexindex.phpindex.htmlindex.htmi.php;set$
root_path
sendoffice
·
2018-08-17 16:11
php
phalcon
config
PHP
uri 和 路径
/IMG_20180705_150703.jpg1由fileprovider提供的content类型的uri:content://com.zlzxm.baselibrary.fileprovider/
root_path
zlzxm
·
2018-07-05 15:09
自动加载namespace的方法(php)
**@paramstring$
root_path
*@returnvoid*/publicstaticfunctionset_root_path(
丶或情
·
2018-05-16 22:27
python 判断字符串中的的起始、终止子字符串
某文件系统中有一系列文件,编写程序给其中的sh文件和py文件加上用户权限importosimportstat#和文件状态相关if__name__=="__main__":#对pysh脚本加上可执行权限
root_path
huizhang0110
·
2017-10-22 12:40
PYTHON
PHP通过反射实现自动注入参数
现在的框架中都有一个容器,而容器解决依赖的问题是通过反射来达到的,首先先说明一下项目文件结构:/
ROOT_PATH
├─src│├─Controllers││└─IndexController.php|├
DavidNineRoc
·
2017-09-13 00:00
依赖注入
反射
php
php性能瓶颈分析:xhprof
xhprof简介下载安装与配置1、下载cd$
ROOT_PATH
/webrootwget-nv'ftp://getprod:
[email protected]
:/data/prod
dockerF
·
2017-07-07 10:29
PHP实现的文件上传类与用法详解
分享给大家供大家参考,具体如下:FileUpload.class.php,其中用到了两个常量,可在网站配置文件中定义:define('
ROOT_PATH
',dirname(__FILE__));//网站根目录
china_skag
·
2017-07-05 10:40
cocos2d-x学习笔记(十)android自动化打包bat脚本
1、先按照cocos2d-x的环境配置要求(ant等)安装好,然后在安卓目录下proj.android新建build.bat,脚本如下:@echo offecho 准备开始 echo 设置路径set
ROOT_PATH
wty530
·
2017-04-27 14:32
bat
android
assets
cocos2d-x
使用ArcPy对栅格数据进行批量投影坐标转换
========= ##批量栅格数据投影转换 importarcpy,os,os.path,init defprojectRaster(rootPath): try: ##arcpy工作目录
root_path
Jason-ZH
·
2016-04-28 22:00
python
arcpy
坐标转换
PHP文件上传类实例详解
分享给大家供大家参考,具体如下:这里演示了FileUpload.class.php文件上传类,其中用到了两个常量,可在网站配置文件中定义:define('
ROOT_PATH
',dirname(__FILE
ruxingli
·
2016-04-08 10:15
laravel nginx配置
1、新建配置文件:sudovim/etc/nginx/conf.d/jjf.conf配置内容如下:server{ listen80; server_namejjf.com; set$
root_path
kevin6216
·
2016-03-15 15:00
xajax无刷新上传实例
/admin/includes/function.xajax.php 里面 在language.php文件载入并初始化xajax上传扩展 require_once(
ROOT_PATH
.
·
2015-11-13 20:29
Ajax
Phalcon 的分流bootstrap 设计 主程序入口
defined('
ROOT_PATH
')) { define('
ROOT_PATH
', dirname(dirname(__FILE
·
2015-11-12 10:47
bootstrap
删除指定目录下的过期文件
/bin/bash 2 #待删除目录,根路径 3
root_path
="/figure/Record" 4 5 #保存时间:分钟 6 save_time=1 7 8 for source_type
·
2015-11-11 18:28
文件
PHP 文件上传类
FileUpload. class.php 其中用到了两个常量,可在网站配置文件中定义: define('
ROOT_PATH
',dirname(__FILE__)); //网站根目录
·
2015-11-07 12:24
文件上传
php接收二进制数据流转换成图片
* @author
[email protected]
5 * @version 1.0 6 * 7 */ 8 class image { 9 const
ROOT_PATH
·
2015-11-02 14:59
PHP
Typecho 新浪登陆插件 Sinauth
插件放到/
root_path
/usr/plugins/Sinaut
·
2015-10-31 14:20
type
django静态路径配置
1. settings.py import os
ROOT_PATH
= os.path.dirname(os.path.abspath(__file__)) ...
·
2015-10-31 09:13
django
批量修改文件编码格式
代码: /** * 修改文件编码格式,例如:GBK转UTF8 * 支持多级目录 * @param {String} [
root_path
] [需要进行转码的文件路径] * @para
·
2015-10-27 14:13
编码格式
./flow.php (购物流程)
19 require(
ROOT_PATH
. 'includes/lib_order.php'); 购物流程函数库 22 require_once(
ROOT_PATH
.
·
2015-10-23 09:57
PHP
Kindeditor特定情况可能会导致全盘浏览的漏洞
测试语言:PHP测试漏洞文件:/kindeditor/php/file_manager_json.php默认配置(第16行):$
root_path
=$php_path.'..
佚名
·
2015-08-13 17:09
Nginx try_files $query_string 为空的解决办法
Phalcon的时候,配置的使用是:server{ listen80; server_namelocalhost.dev; indexindex.phpindex.htmlindex.htm; set$
root_path
Jackin
·
2015-07-31 09:00
nginx
$query_string
try_files
python脚本-共享文件爬虫
import sqlite3, time from pathlib import Path # 搜索共享目录下的文件并过滤 def apply_dfs(
root_path
, file_callback,
安静美男子
·
2015-07-22 17:00
让Redis 异步: 即时返回数据并异步更新数据
envpython #coding=utf-8 importos importsys importredis frombinasciiimportcrc32 importjson importlogging
root_path
Ganiks
·
2015-07-21 19:00
Typecho 新浪登陆插件 Sinauth
插件放到/
root_path
/usr/plugins/Sinauth目录下:Plu
x3d
·
2015-05-29 11:00
phalcon 的 nginx rewrite 规则
server{ listen80; server_namefalcon.test.com; charsetutf-8; indexindex.phpindex.htmlindex.htm; set$
root_path
Vimphen
·
2015-05-20 10:00
nginx下利用phcalcon生成框架的重写规则
server{ listen80; server_namephalcon.test.com; charsetutf-8; indexindex.phpindex.htmlindex.htm; #set$
root_path
Vimphen
·
2015-05-20 10:00
laravel nginx 配置
server{ listen80; server_namesub.domain.com; set$
root_path
'/var/www/html/application_name/public'; root
haifengzhilian
·
2015-04-16 16:00
Maven打包部署脚本
/bin/sh SVN_USER_NAME= SVN_PASSWORD=
ROOT_PATH
=$1 PROJECT_NAME=$2 ACTION=$3 SVN_LIB_ROOT=$4
·
2015-04-04 01:00
maven
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他