首页 > TAG信息列表 > iteye

将exe程序添加到服务的命令

1、创建:sc.exe create "Service Name" binPath= "C:\Your Program.exe"   //注:binPath=后的空格,binPath指定的是.exe文件的绝对路径。   2、删除:sc.exe delete "Service Name"   3、启动:sc.exe start "Service Name"   4、停止:sc.exe stop "Service Na

写作路上的这些小成绩,铸就了一个不平庸的我

01 好的写作平台可以加速我们的成长 “路漫漫其修远兮,吾将上下而求索”,在写作这条漫漫长路上,我已经求索了将近5年的时间;在这5年时间里,有过兴奋,有过迷茫,但幸好,我未曾放弃。 2014年的4月初,我在ITeye(一个早期的IT技术交流论坛)上写下了第一篇真正意义上的技术博客;不算是处女作,因为之

JS当前页面打开URL页面

<!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="UTF-8"> <title>URL跳转</title> </head> <body> <script type="text/javascript" src="jquery-1.10.1.min.js" >

Java基于url获取host的两种方法(转载)

https://my.oschina.net/u/195065/blog/190747 需求: 基于url获取host,case如下: http://snv.iteye.com/blog/1992991结果为snv.iteye.com snv.iteye.com/blog/1992991结果为snv.iteye.com https://snv.iteye.com/blog/1992991结果为snv.iteye.com http://snv.iteye.html结果为“” h

计算机网络必须了解的基本知识

客户端(Client):移动应用(iOS、android等应用) 服务器(Server):为客户端提供服务、提供数据、提供资源的机器 请求(Request):客户端向服务器索取数据的一种行为 响应(Response):服务器对客户端的请求做出的反应,一般指返回数据给客户端 https://blog.csdn.net/iteye_18817/article/details/826424

redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool

解决办法:调整JedisPoolConfig中maxActive为适合自己系统的阀值。 <bean id="dataJedisPoolConfig" class="redis.clients.jedis.JedisPoolConfig"> <property name="maxActive" value="300"/> <property name="m

kafka

kafka入门经典教程,参考网址见: https://www.aboutyun.com//forum.php/?mod=viewthread&tid=12882&extra=page%3D1&page=1&http:/czj4451.iteye.com/blog/2041096  

HashMap的实现

原文链接:http://zhangshixi.iteye.com/blog/672697   hashMap原理结构图如下   借鉴: http://zhangshixi.iteye.com/blog/672697

spring扩展点之PropertyPlaceholderConfigurer

原理机制讲解 https://leokongwq.github.io/2016/12/28/spring-PropertyPlaceholderConfigurer.html 使用时多个配置讲解 https://elim.iteye.com/blog/2387138

virtualbox网络配置

https://jaychang.iteye.com/blog/2404238 https://blog.csdn.net/honganboy/article/details/79670992 https://my.oschina.net/lanshu/blog/681098

mybatis3执行存储过程的方法

  http://chenjc-it.iteye.com/blog/1443432  http://li-fanghua.blog.163.com/blog/static/7954442020121731513463/ 感谢网友的大力帮助。谢谢。 转载于:https://www.cnblogs.com/alterhu/archive/2012/06/11/2545498.html

Spring MVC XML 的配置

以下内容转载于:https://liguanfeng.iteye.com/blog/2172744 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"