#Run

eclipse中,项目有红叉之- Target runtime com.genuitec.runtime.generic.jee60 is not defined

1.eclipse中,项目有小红叉,Problems报错为: 2,解决办法:找到项目的.settings->org.eclipse.wst.common.project.facet.core.xml->将<runtimename="com.genuitec.runtime.generic.j...

supervisord + docker run = web页面管理运行的docker

周末了,整理下自己的测试系统,里面的东西还真不少,soft站点,ims(django开发的),registry,owncloud等等。想着,是不是可以都放到supervisord上面,这个机器里面运行了多少软件,一目了然,重启也方便,所以今天重点想着把docker运行的owncloud、registry、reg-ui的...

Windows 10 host where Credential Guard or Device Guard is enabled fails when running Workstation (2146361)

TodisableDeviceGuardorCredentialGuardonItaniumbasedcomputers:DisablethegrouppolicysettingthatwasusedtoenableCredentialGuard.Onthehostoperatingsystem,clickStart&...

python多进程的理解 multiprocessing Process join run

一种接近底层的实现方法是使用 os.fork()方法,fork出子进程。但是这样做事有局限性的。比如windows的os模块里面没有fork()方法。windows:。linux: 另外还有一个模块:subprocess。这个没整过,但从vamei的博客里看到说也同样有局限性。所以直接说主角吧---...

Npm install failed with “cannot run in wd”

  Linux环境下,root账户,安装某些npm包的时候报下面的错误,例如安装grunt-contrib-imagemin时:Error:EACCES,mkdir'/usr/local/lib/node_modules/coffee-script'npmERR!{[Error:EACCES,mkdir'/usr/lo...

java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter

  今天想写个随笔,最近经常遇到使用junit的时候报java.lang.NoClassDefFoundError,今天算是恍然大悟了,原来junit虽然在gradle里面配置了,也在ProjectandExternalDependencies中看到了junit的jar包,并能在这个junit的jar包里面找到org/...

TxQueryRunner

packagecn.itcast.jdbc;importjava.sql.Connection;importjava.sql.SQLException;importorg.apache.commons.dbutils.QueryRunner;importorg.apache.commons.dbutils.Result...
代码星球 ·2020-09-13

在Myeclipse buildpath 加server lib (server runtime)/项目导入时报错:The import javax.servlet.http.HttpServletRequest cannot be resolved

来源于:http://blog.csdn.net/dingqinghu/article/details/8805922http://yl-fighting.iteye.com/blog/1409468 使用Myeclipse,将eclipse下的工程复制过来后,发现提示Tomcat 7.0 ...

RunLoop

OSX/iOS系统中,提供了两个这样的对象:NSRunLoop和CFRunLoopRef。CFRunLoopRef是在CoreFoundation框架内的,它提供了纯C函数的API,所有这些API都是线程安全的。NSRunLoop是基于CFRunLoopRef的封装,提供了面向对象的API,但是这些API不是线程安全的...
代码星球 ·2020-09-12

UIViewAlertForUnsatisfiableConstraints布局问题

添加的约束多了:make.height.equalTo(_whereLabel.mas_height);make.bottom.offset(-kMargin); 添加的约束少了:按照横向,纵向每个方向最少两个约束的原则来排查一下 添加symbolicbreakpoint断点,发现没有用处。http...

关于IDEA,多服务运行 Services -> Run Dashboard 部分服务添加变灰色,限制使用5个启动类,重启之后需要重新添加,服务在 Run Dashboard 中的显示排序问题,不显示 Services(Run Dashboard)

我的IDEA版本为最新版本   变灰色的原因就是因为右键删除了那个启动的主配置类,然后就会显示灰色,再次打开这个醒目,就不会在RunDashboard中显示这个主配置类了          ...

linux 解决Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

第一种:sudovim/etc/resolv.conf 添加nameserver8.8.8.8第二种:/etc/apt/sources.list的内容换成deb http://old-releases.ubuntu.com/ubuntu/ raring main uni...

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'

 今天执行mysql操作的时候出现了错误:ERROR2002(HY000):Can'tconnecttolocalMySQLserverthroughsocket'/var/run/mysqld/mysqld.sock'问题 1:首先检查是否安装了mysql-server了  &...
代码星球 ·2020-09-02
首页上一页...1920212223...下一页尾页