- 军军小站|张军博客
搜索到与相关的文章
Python

使用Glob()在Python中递归地查找文件

Python3.5+从Python版本3.5开始,glob模块支持该"**"指令(仅当您传递recursive标志时才会解析该指令):importglobforfilenameinglob.iglob('src/**/*.c',recursive=True):print(filename)如果你需要一个列表,只需使用glob.glob而不是glob.iglob。importfnmatchimportosmatches=[]forroot,dirnames,

系统 2019-09-27 17:49:10 3818

SqlServer

SQL SERVER 遇到Unable to find the requested

今天新装的SQLSERVER2012EXPRESS用于客户端程序安装完成后打开登陆SQLSERVER一切正常当查看表定义、视图结构时,弹出一下内容Unabletofindtherequested.NetFrameworkDataProvider.Itmaynotbeinstalled.(System.Data)初步判定是.netFramework版本问题升级.netFramework4.0提示系统已经使用当前或更新版本下载.netFramework4.5问

系统 2019-08-12 01:53:15 3818

各行各业

SEMAT[软件工程方法和理论 Software Engineerin

AgilesoftwaredevelopmentAgilesoftwaredevelopmentisagroupofsoftwaredevelopmentmethodsbasedoniterativeandincrementaldevelopment,inwhichrequirementsandsolutionsevolvethroughcollaborationbetweenself-organizing,cross-functionalteams.It

系统 2019-08-12 09:27:32 3814

Java

Caused by: java.lang.ClassNotFoundException:

1、错误叙述性说明2014-7-120:38:57org.apache.catalina.core.ApplicationContextlog信息:NoSpringWebApplicationInitializertypesdetectedonclasspath2014-7-120:38:57org.apache.catalina.core.StandardContextlistenerStart严重:Exceptionsendingcontextinit

系统 2019-08-12 01:31:42 3813

Tomcat

apache与tomcat负载集群的3种方法

apache与tomcat负载集群集成方法有3种jk、jk_proxy、http_proxy本次集成使用的软件版本:apache:httpd-2.2.17-win32-x86-no_ssl.msitomcat:apache-tomcat-6.0.20.zipjdk:jdk-6u14-windows-i586.exe本次测试是1个apache集成两个tomcat。安装apachehttpserver省略,访问地址为http://127.0.0.1:8081安

系统 2019-08-29 23:39:00 3812

Oracle

sqlldr 导入乱码,Oracle客户端字符集问题

1,查Oracle数据库创建时候的字符集:Oracle服务器端执行SQL>selectname,value$fromsys.props$wherenamelike'NLS%';NAMEVALUE$----------------------------------------------------------------------NLS_LANGUAGEAMERICANNLS_TERRITORYAMERICANLS_CURRENCY$NLS_ISO_C

系统 2019-08-12 01:51:54 3810

Ubuntu

Ubuntu 配置Goagent

参考:http://dngood.blog.51cto.com/446195/1071767各位想顺顺利利的使用google搜索,配置好goagent是最基本的啦。基本要满足以下要求:1.创建GoogleAppEngine的ID。(已经拥有的可以略过此步骤)首次使用的话需要在http://appengine.google.com注册(需要有gmail邮箱。)对应http://dngood.blog.51cto.com/446195/1071767的1-3步

系统 2019-08-12 01:32:47 3810

操作系统

CentOS 5设置NTP服务器

CentOS5设置NTP服务器|涂虫小记CentOS5设置NTP服务器SubmittedbyadminonFri,05/02/2008-11:03Linux参考文献:SetupNTPServer其实非常简单,因为在CentOS5不再区分客户端和服务器,只要配置了NTP,它就会提供NTP服务。这一点与Solaris不同,其中提供了ntp.client和ntp.server可供选择,想使用哪个直接用相应文件覆盖/etc/ntp.conf即可。1)确认已经ntp

系统 2019-08-12 01:32:17 3808

MySql

Mysql:User does not have access to metadata

学校某网站当时做的时候,找的外面的人做的。虽然做的很好,但是部署起来相当麻烦,而且还没有文档。昨天就出了问题,是图片处理出了问题。我又按照控制台的错误提示,上网查了查,原来是需要安装ImageMagick和jMagick。今天又出现了问题,页面上的通知公告没有数据。控制台显示Mysql错误:"Userdoesnothaveaccesstometadatarequiredtodeterminestoredprocedureparametertypes....

系统 2019-08-12 01:52:44 3802