码迷,mamicode.com
首页 >  
搜索关键字:domain users    ( 12853个结果
cnpm : 无法加载文件 C:\Users\so\AppData\Roaming\npm\cnpm.ps1,因为在此系统上禁止运行脚本。
https://blog.csdn.net/Nonsense_man/article/details/104299301 找到 powershell右键 以管理员身份运行输入set-ExecutionPolicy RemoteSigned选择 A再输入 get-ExecutionPolicy就可以 ...
分类:移动开发   时间:2020-05-26 11:54:36    阅读次数:261
cnd dns节点检测工具
dns cnd node检测工具
分类:其他好文   时间:2020-05-26 01:07:56    阅读次数:72
Markdown语法学习
Markdown学习 标题: 二级标题 三级标题 字体 hello,world! hello,world! hello,world! hello,world! 引用 好好学习,天天向上 分割线 图片 图片(C:\Users\chenhao\Pictures\Saved Pictures\英雄联盟LO ...
分类:其他好文   时间:2020-05-25 23:43:04    阅读次数:91
WebLogic11g-创建域(Domain)及基本配置
创建域 1、进入home文件,找到wlserver_10.3; 2、使用 cd wlserver_10.3,使用 ls 查看wlserver_10.3下文件; 3、使用 cd common,使用 ls 查看common下文件; 4、进入bin中,找到config.sh文件 5、使用./config. ...
分类:Web程序   时间:2020-05-25 19:22:34    阅读次数:129
Python 批量对txt列求和
# 批量对每一个txt的需求列求和import pandas as pdimport os import linecachefile=r"C:\Users\zm.com\Desktop\201601.txt"filename=r"C:\Users\zm.com\Desktop\every_year. ...
分类:编程语言   时间:2020-05-24 21:23:36    阅读次数:106
python爬虫---requests库的用法
requests是python实现的简单易用的HTTP库,使用起来比urllib简洁很多 因为是第三方库,所以使用前需要cmd安装 找到python安装路径中的Scripts的路径 C:\Users\Administrator\AppData\Local\Programs\Python\Python ...
分类:编程语言   时间:2020-05-24 16:57:29    阅读次数:65
Mac 安装flask-sqlacodegen后使用提示 -bash: flask-sqlacodegen: command not found
通过pip install flask-sqlacodegen后使用命令:flask-sqlacodegen "mysql://root:123456@IP:3306/movie_cat" --tables user --outfile "/Users/user/PycharmProjects/fl ...
分类:数据库   时间:2020-05-24 16:39:14    阅读次数:134
【Mood】出大问题(最近很喜欢说这句话)
file:///C:/Users/HP/Desktop/%254DO4)B~YU2YV@]8Y~9$R%253.png ...
分类:其他好文   时间:2020-05-24 12:12:56    阅读次数:63
SSM环境搭建回顾
编辑器:IDEA 系统:Win 10 包管理:maven SSM:SpringMvc、Spring、MyBatis 一、搭建 maven的父子工程 先建立 ssm 的父工程 review_ssm 再分别建立 domain、dao、service、utils子模块,以及最后创建使用maven的weba ...
分类:其他好文   时间:2020-05-24 10:12:33    阅读次数:40
netstat -ano|findstr 8088
C:\Users\admin>netstat -ano|findstr 8088 TCP 0.0.0.0:8088 0.0.0.0:0 LISTENING 16888 TCP 127.0.0.1:8088 127.0.0.1:64254 ESTABLISHED 16888 TCP 127.0.0.1 ...
分类:Web程序   时间:2020-05-24 09:56:03    阅读次数:54
12853条   上一页 1 ... 61 62 63 64 65 ... 1286 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!