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
MyCode
Mac 搭建svn服务器, 并让其他人链接上
,我们只需要打开终端配置开启.1.验证安装svn,查看版本svnserve--version2.首先创建代码库,终端输入命令sudomkdir-p/Users/XXX(根据自己的用户名修改)/svn/
mycode
mx666666
·
2018-05-22 13:03
狄克斯特拉算法的Java实现
*;/***@program:
MyCode
*@description:狄克斯特拉算法*算法步骤:1.判断是否有未处理的节点*2.若有,获得其中离起点最近的节点*3.遍历该节点所有邻居并更行其开销*4.如果有邻居的开销被更新
weixin_33962923
·
2018-04-22 13:00
java
python
ubuntu安装微软雅黑和Consolas字体
阅读更多ubuntu安装微软雅黑和Consolas字体发布时间:2016-06-0816:16:07来源:
mycode
.net.cn作者:linux人Consolas字体用来写代码真的是非常舒服,可惜ubuntu
fooler5
·
2017-12-30 20:00
linux
Leetcode - Queue Reconstruction by Height
Mycode
:publicclassSolution{publicint[][]reconstructQueue(int[][]people){if(people==null||people.length
Richardo92
·
2017-12-04 05:55
Leetcode - Guess Number Higher or Lower
Mycode
:/*TheguessAPIisdefinedintheparentclassGuessGame.
Richardo92
·
2017-12-04 03:59
Leetcode - One Edit Distance
Mycode
:publicclassSolution{publicbooleanisOneEditDistance(Strings,Stringt){if(s==null||t==null){returnfalse
Richardo92
·
2017-12-04 03:00
Leetcode - Kth Smallest Element in a BST
Mycode
:publicclassSolution{privateTreeNodekthNode=null;privateintcount=0;publicintkthSmallest(TreeNoderoot
Richardo92
·
2017-11-27 03:17
python爬虫入门--爬取百度百科10000条记录
一:前言本文代码基于python2.7,安装Requests和BeautifulSoup以及bs4库源代码托管在本人github:https://github.com/Wuchenwcf/
MyCode
/
聆听--风雨
·
2017-09-15 14:39
WARN:oejw.WebAppContext:Failed startup of context o.m.j.p.JettyWebAppContext……
WARN:oejw.WebAppContext:Failedstartupofcontexto.m.j.p.JettyWebAppContext{/web,file:/E:/
mycode
/web_advancement
Terence_Jing
·
2017-08-09 13:55
【ERROR】
【Mybatis】
WARN:oejw.WebAppContext:Failed startup of context o.m.j.p.JettyWebAppContext……
WARN:oejw.WebAppContext:Failedstartupofcontexto.m.j.p.JettyWebAppContext{/web,file:/E:/
mycode
/web_advancement
Terence_Jing
·
2017-08-09 13:55
【ERROR】
【Mybatis】
Mac版本SVN操作指南
1、svnadmincreate/Users/pxzline/SVN/
MyCode
2、配置文件3、启动:svnserve-d-r/Users/pxzline/SVN/
MyCode
4、本地代码导入:svnimport
我的马里奥兄弟
·
2017-07-20 10:31
Java调用vs环境下C++编写的动态链接库
一、VS下生成dll文件(代码来自博文①)
MyCode
.h:#ifndef_
MYCODE
_H_#define_
MYCODE
_H_#ifdefDLLDEMO1_EXPORTS#defineEXPORTS_DEMO_declspec
czl_Lynn
·
2017-07-07 10:35
C/C++
Java
Swift_函数定义(func a(:)-> Any {} 形参、无参、函数变量、函数形参、嵌套函数...)
importUIKitclassViewController:UIViewController{overridefuncviewDidLoad(){super.viewDidLoad()lets1=
myCode
Gz_Jason_chen
·
2017-07-05 15:33
Swift语言
ThinkPHP自定义配置文件
thinkphp5请使用这种方法:/Applications/MAMP/htdocs/localhost/
mycode
/public/index.php前面的是我的系统目录名,index.php为入口文件
Baymax001
·
2017-06-06 22:38
Windows Socket编程之TCP实现大文件的传输
//blog.csdn.net/luchengtao11/article/details/71016222本文所述代码工程托管在Github:https://github.com/Wuchenwcf/
MyCode
聆听--风雨
·
2017-04-30 13:13
计算机网络
ASCII密码破译
cipher=“10197115121”,返回“easy”.因为:charCode(‘e’)=101,charCode(‘a’)=97,charCode(’s’)=115charCode(‘y’)=121.
MyCode
Coding_ZXY
·
2017-03-07 16:48
白色七阶
Javascript
波兰字母表
例如:输入:“JędrzejBłądziński”输出:“JedrzejBladzinski”
MyCode
:functioncorrectPolishLetters(string){vardict=
Coding_ZXY
·
2017-02-15 16:27
Javascript
重复编码器
若字符串的字符只出现一次,新字符串的字符为”(“,若出现多次,新字符串的字符为”)”例如:“din”=>“(((““recede”=>“()()()”“Success”=>“)())())”“((@”=>“))((“
MyCode
Coding_ZXY
·
2016-10-28 21:48
CodeWar
-
C#
黄色六阶
Leetcode - Partition Equal Subset Sum
Mycode
:publicclassSolution{publicbooleancanPartition(int[]nums){if(nums.length==0){returntrue;}intsum
Richardo92
·
2016-10-14 10:45
Leetcode - Russian Doll Envelopes
Mycode
:publicclassSolution{publicintmaxEnvelopes(int[][]envelopes){if(envelopes==null||envelopes.length
Richardo92
·
2016-10-13 06:23
Leetcode - Linked List Random Node
Mycode
:/***Definitionforsingly-linkedlist.
Richardo92
·
2016-10-13 03:11
Leetcode - Substring with Concatenation of All Words
Mycode
:publicclassSolution{publicListfindSubstring(Strings,String[]words){Listret=newArrayList();if(s
Richardo92
·
2016-10-09 13:01
Leetcode - Insert Delete GetRandom O(1) - Duplicates allowed
Mycode
:publicclassRandomizedCollection{HashMap>map=newHashMap>();Listlist=newArrayList();Randomr=newRandom
Richardo92
·
2016-10-01 11:54
Interview Question - LinkedList cycle insert
mod=viewthread&tid=201574&extra=&highlight=snapchat&page=1
Mycode
:publicclassLinkedLis
Richardo92
·
2016-09-28 11:41
Leetcode - Sudoku Solver
Mycode
:publicclassSolution{publicvoidsolveSudoku(char[][]board){if(board==null||board.length==0||board
Richardo92
·
2016-09-23 08:46
Leetcode - H-Index II
Mycode
:publicclassSolution{publicinthIndex(int[]citations){intn=citations.length;intbegin=0;intend=n-
Richardo92
·
2016-09-22 11:03
Leetcode - Intersection of Two Arrays
Mycode
:publicclassSolution{publicint[]intersection(int[]nums1,int[]nums2){if(nums1==null||nums2==null
Richardo92
·
2016-09-22 05:18
Leetcode - Read N Characters Given Read4 II - Call multiple times
Mycode
:/*Theread4APIisdefinedintheparentclassReader4.intread4(char[]buf);*/publicclassSolutionextendsReader4
Richardo92
·
2016-09-21 02:11
Leetcode - Read N Characters Given Read4
Mycode
:/*Theread4APIisdefinedintheparentclassReader4.intread4(char[]buf);*/publicclassSolutionextendsReader4
Richardo92
·
2016-09-21 02:35
Leetcode - Factor Combinations
Mycode
:publicclassSolution{publicList>getFactors(intn){List>ret=newArrayList>();if(n(),ret);returnret
Richardo92
·
2016-09-20 09:06
Leetcode - Group Shifted Strings
Mycode
:publicclassSolution{publicList>groupStrings(String[]strings){List>ret=newArrayList>();if(strings
Richardo92
·
2016-09-18 23:22
Leetcode - Min Stack
Mycode
:publicclassMinStack{Stackcommon=newStack();Stackmin=newStack();/**initializeyourdatastructurehere
Richardo92
·
2016-09-12 02:54
Leetcode - Nested List Weight Sum II
Mycode
:/***//Thisistheinterfacethatallowsforcreatingnestedlists.
Richardo92
·
2016-09-11 10:53
Leetcode - Course Schedule II
Mycode
:importjava.util.ArrayList;importjava.util.LinkedList;importjava.util.List;importjava.util.Queue
Richardo92
·
2016-09-10 11:21
Leetcode - Count Univalue Subtrees
Mycode
:/***Definitionforabinarytreenode.
Richardo92
·
2016-09-07 11:10
SVN环境搭建
#创建代码仓库svnadmincreate/Users/yangbo/SVN/
mycode
#配置访问权限修改
mycode
/conf/svnserve.conf文件,将下列配置前#和空格去掉password-db
Doctoryang
·
2016-09-06 17:00
Leetcode - Sort Transformed Array
Mycode
:publicclassSolution{privateinta=0;privateintb=0;privateintc=0;publicint[]sortTransformedArray(
Richardo92
·
2016-09-06 09:46
Leetcode - 3Sum Smaller
Mycode
:publicclassSolution{publicintthreeSumSmaller(int[]nums,inttarget){intret=0;Arrays.sort(nums);for
Richardo92
·
2016-09-06 08:46
Leetcode - Counting Bits
Mycode
:publicclassSolution{publicint[]countBits(intnum){if(num+1[1][0,1]->+1[2,3][0,3]->+1[4,7][0,7]-
Richardo92
·
2016-08-28 02:03
Leetcode - Basic Calculator
Mycode
:publicclassSolution{//assume:-1means+,-2means-,-3means)publicintcalculate(Strings){if(s==null|
Richardo92
·
2016-08-26 09:11
Leetcode - Combination Sum IV
Mycode
:publicclassSolution{privateintret=0;publicintcombinationSum4(int[]nums,inttarget){if(nums==null
Richardo92
·
2016-08-22 05:40
leetcode题目总结
143.ReorderList//
Mycode
//功能:将一个链表的倒数第一个结点插入到第一个结点后面,倒数第一个结点插入到第二个结点后面,以此类推。。。
奋发向上的少年
·
2016-08-18 10:17
leetcode试题总结
leetcode题目总结
237.DeleteNodeinaLinkedList这一题题目看了半天没看懂,实际上比较简单,就是给定一个List结点,从链表中删除他,代码如下://
Mycode
/***Definitionforsingly-linkedlist
奋发向上的少年
·
2016-08-15 19:31
leetcode试题总结
leetcode题目总结
344.ReverseString//
mycode
#includeusingnamespacestd;classSolution{public:stringreverseString(strings){
奋发向上的少年
·
2016-08-11 21:20
leetcode试题总结
UVALive 7461 - Separating Pebbles
MyCode
:#include #inc
qingshui23
·
2016-07-10 20:00
计算几何
凸包相交
51 NOD 1138 连续整数的和(简单数学公式)
MyCode
:#include #include #i
qingshui23
·
2016-06-30 20:00
简单数学
DELPHI 利用WINRRA 实现压缩解压
解压:ShellExecute(Handle,’open’,’WinRar’,’e-r-yE:\
MyCode
\C1\升级程序\升级程序.rarf:\’,nil,SW_HIDE)压缩:ShellExecute
delphi308
·
2016-06-02 11:53
Delphi
最长公共子序列的长度和输出/HDU1159
"和"abcef"这两字符串而言,他们最长的公共子串是"abc",而最长公共子序列是"abcef"最长公共子序列,最长上升子序列,很显然都是动态规划的思想,不同的是,"公共"的话是要对两个序列进行处理
mycode
tomorrowtodie
·
2016-04-07 00:00
dp
输入输出外挂模板
其实当做一些题的时候遇到一些输入很多数据的时候可以考虑一下输入输出外挂,这个还是很实用的,有些题都可以用这个水过,哈哈^_^,注意的是这些都是整数….
MyCode
:#include #include #
qingshui23
·
2016-04-06 19:00
模板
输入输出外挂
kaptcha Java验证码
kaptcha就一个非常不错的开源框架,分享下自己在项目中的使用:1、首先下载kaptcha把kaptcha-2.3.2.jar包放在lib下2、登陆页面初始化 document.getElementById("
mycode
赤子之心_timefast
·
2016-03-23 16:00
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他