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
Linux命令之chown
例如:liujl@liujl-Rev-1-0:~/
mycode
/TES
richerg85
·
2020-08-08 02:24
linux相关知识
leetcode -- Bulls and Cows -- 难理解题意,要看
这一点要注意最后一种方法最好理解
mycode
效率很低classSolution(object):defgetHint(self,secret,guess):""":typesecret:s
xyqzki
·
2020-08-05 21:19
leetcode
NuxtServerError:Request failed with status code 500 报错解决
服务端报错:(node:13996)UnhandledPromiseRejectionWarning:Error:Requestfailedwithstatuscode500atcreateError(G:\
mycode
改变自己比改变别人更容易
·
2020-08-05 11:54
问题解决
Nuxt.js学习
【知识点】 ---寻找第n个素数
Mycode
:#includeusingnamespacestd;constintMAX=5000005;intpri[MAX];intmain(){memset(pri,0,sizeof(pri));
Albert__s
·
2020-08-04 12:38
JAVA读取Excel文件内容
下载依赖包并构建路径小提示如果缺少依赖包,会报错:无法解析导入org.apache已经将jar包上传至我的Github:https://guoflight.github.io/
Mycode
/JAVA/jar
NetRookieX
·
2020-08-04 12:19
JAVA九阴真经
git 提交新项目代码到github远程仓库
boot-principle-learn第二步:初始化本地项目仓库#进入项目根目录,执行:gitinit$gitinitInitializedemptyGitrepositoryinE:/Git-Code/
mycode
19783793
·
2020-08-03 21:33
git
项目代码
提交
利用栈实现简单算术表达式求值
代码利用栈来实现算术表达式的求值功能,仅用于举例说明栈的用例,没有考虑运算符的优先级,并且要求表达式的各个部分必须用空格分隔:packagecom.
mycode
.algorithms.stack;importjava.util.HashMap
0x07c00
·
2020-08-03 17:46
c语言获取文件第n行数据
includeintmain(intargc,charconst*argv[]){/*code*/FILE*fin;charbuf[1024];intx,y;inti;fin=fopen("/home/
mycode
Tobiu
·
2020-08-02 18:54
c/c++
Mysql-5.7 基于GTID主从复制
+--------------+|
mycode
||t1|+--------------+2rowsinset(0.00sec)mysql>insertintot1values(2);QueryOK,1rowaffected
anzhen0429
·
2020-08-01 11:00
MYSQL复制
vue父组件向子组件传参
父组件向子组件传值-->varTodoList={name:'header',props:["logo"],template:"{{logo}}"}//将父组件的数据
mycode
通过v-bind:logo
前端小问题
·
2020-08-01 06:58
小功能
vue
HDU 3966 Aragorn's Story(树链剖分+线段树区间更新+手动扩大内存)
mycode
#pragmacomment(linker,"/STAC
HelloWorld10086
·
2020-07-31 13:28
树链剖分
线段树
警告“未引用的形参/局部变量”的消除方法
;return0;}编译器一般会发出以下警告(VS2015):1>f:\
mycode
\cpptest\main.cpp(55):warningC4100:“argv”:未引用的形参1>f:\
mycode
天律界中子
·
2020-07-31 10:07
C++
SmartSVN第一次上传项目
3.第一次将项目导入svn服务器,需要使用终端操作:svnimport/Users/apple/Documents/eclipse_workspace/weibosvn://localhost/
mycode
Joymerry
·
2020-07-30 10:05
【HDU】5362 Just A String【生成函数dp】
mycode
:#includeusingnamespacestd;typedeflong
poursoul
·
2020-07-28 14:09
DP
数学
[codewars][Python] 把列表中的奇数值按照从小到大的方式排列,偶数值的位置不变
mycode
:基本思想:1)把相邻的两个奇数元素进行比较,大的向后移2)按照这个方式执行奇数元素个数次defsort_array(source_array):#Returnasortedarray.num_odd
尉迟海棠
·
2020-07-27 15:21
codewars
Leetcode - Integer Replacement
Mycode
:publicclassSolution{publicintintegerReplacement(intn){if(n==Integer.MAX_VALUE){return32;}intcnt
Richardo92
·
2020-07-27 15:37
数据结构与算法-队列
使用链表实现队列,两个指针,一个尾指针负责入队,一个头指针负责出队,比较简单,代码如下:packagecom.freshbin.dataStructAndAlgo.chapter06.
mycode
.queue
freshbin000
·
2020-07-15 23:43
数据结构与算法
Leetcode - Maximum Product of Word Lengths
Mycode
:publicclassSolution{publicintmaxProduct(String[]words){intmax=0;intlen=words.length;int[]bits=
Richardo92
·
2020-07-15 22:44
PAT甲级1002解题报告及疑惑
1002A+BforPolynomials25分InputSpecification:OutputSpecification:SampleInput:SampleOutput:
MyCode
疑惑Thistime
zzzode
·
2020-07-15 19:46
编程题目
ACM训练:1编写一个程序,输入a、b、c三个值,输出其中最大值
1.描述输入一行数组,分别为abc输出abc其中最大的数样例输入102030样例输出30**2.实现1.
mycode
#includeintmain(){inta,b,c;scanf("%d%d%d",&
action.
·
2020-07-15 06:17
C语言
Leetcode - Design Phone Directory
Mycode
:publicclassPhoneDirectory{boolean[]map;Queueq;/**Initializeyourdatastructurehere@parammaxNumbers-Themaximumnumbersthatcanbestoredinthephonedirectory
Richardo92
·
2020-07-15 05:03
9. Palindrome Number
Description:Determinewhetheranintegerisapalindrome.Dothiswithoutextraspace.clicktoshowspoilers.
Mycode
Icytail
·
2020-07-15 00:57
Leetcode - Multiply Strings
[UploadingPaste_Image_697854.png...]
Mycode
:publicclassSolution{publicStringmultiply(Stringnum1,Stringnum2
Richardo92
·
2020-07-14 12:33
使用git hooks实现代码自动部署更新
1.初始化两个仓库两个仓库的目录分别是A:/home/
mycode
/test.git和B:/home/www/test.git创建仓库A可以参考点击打开链接。
zhiyual
·
2020-07-13 23:04
git
1. Two Sum - easy
Theyareactuallythesameproblem.2-sum:
mycode
:比较简单的一道题。扫过每个数,寻找与这个数和为target,并且已经扫过的数。
沉睡至夏
·
2020-07-13 22:51
【HDU】5390 tree【线段树套字典树】
传送门:【HDU】5390tree操作记得离线到每个线段树节点中,否则在线做,空间可能爆炸……
mycode
:#pragmacomment(linker,"/STACK:16777216")#include
poursoul
·
2020-07-13 15:26
线段树
Leetcode - Combination Sum
Mycode
:importjava.util.ArrayList;importjava.util.Arrays;importjava.util.List;publicclassSolution{publicList
Richardo92
·
2020-07-13 00:11
Leetcode - Frog Jump
Mycode
:publicclassSolution{publicbooleancanCross(int[]stones){if(stones==null||stones.length==0){returnfalse
Richardo92
·
2020-07-12 21:04
Leetcode - Power of Four
Mycode
:publicclassSolution{publicbooleanisPowerOfFour(intnum){returnnum>0&&(num&(num-1))==0&&(num&0X55555555
Richardo92
·
2020-07-12 15:30
Leetcode - Nested List Weight Sum
Mycode
:/***//Thisistheinterfacethatallowsforcreatingnestedlists.
Richardo92
·
2020-07-12 02:55
Leetcode - Strobogrammatic Number II
Mycode
:importjava.util.ArrayList;importjava.util.Arrays;importjava.util.List;publicclassSolution{int[
Richardo92
·
2020-07-12 01:03
VSTS使用入门
版本控制首先你需要准备:MicrosoftAccountVisualStudioCommunityorhigher(登录你的MicrosoftAccount)1.创建一个你自己的visualstudio.com域名,比如
mycode
.visualstudio.com
天堂迈舞
·
2020-07-11 20:55
python+opencv读取/保存图片
读取图片导入opencv的包通过imread函数读取图片namedWindow创建一个窗口用于显示imshow将图片显示出来importcv2ascvsrc=cv.imread("D:\\
myCode
\
飞天土豆
·
2020-07-11 19:19
python
opencv
Leetcode - Evaluate Reverse Polish Notation
Mycode
:publicclassSolution{publicintevalRPN(String[]tokens){if(tokens==null||tokens.length==0){return
Richardo92
·
2020-07-11 06:07
Leetcode - Valid Number
Mycode
:publicclassSolution{publicbooleanisNumber(Strings){inti=0;inte=s.length()-1;while(ie){returnfalse
Richardo92
·
2020-07-10 22:18
Leetcode - Shortest Distance from All Buildings
Mycode
:importjava.util.LinkedList;importjava.util.Queue;publicclassSolution{privateintrow=0;privateintcol
Richardo92
·
2020-07-10 02:25
Leetcode - Unique Binary Search Trees
Mycode
:publicclassSolution{publicintnumTrees(intn){if(n=end){return1;}if(cache[end-begin+1]>0){returncache
Richardo92
·
2020-07-09 23:08
Leetcode - H-Index
Mycode
:publicclassSolution{publicinthIndex(int[]citations){if(citations==null||citations.length==0){return0
Richardo92
·
2020-07-09 13:28
解决升级 Android Studio 3.6.1 后无法运行 Java 代码的问题
*Where:Initializationscript'/private/var/folders/q7/rlfldg551dx7_r90x2_1hcww0000gn/T/
MyCode
_main__.
JohnZhang_
·
2020-07-09 01:50
Android
图的遍历(PTA题目解答)
mycode
:#include#include#includeusingnamespacestd;voiddfs(vector>a,inti,vector&test,vector&dfs_sub){test
jikiy9
·
2020-07-09 01:15
c++
Leetcode - Longest Increasing Path in a Matrix
Mycode
:publicclassSolution{privateintrow=0;privateintcol=0;publicintlongestIncreasingPath(int[][]matrix
Richardo92
·
2020-07-08 23:36
Leetcode - Rectangle Area
Mycode
:publicclassSolution{publicintcomputeArea(intA,intB,intC,intD,intE,intF,intG,intH){intarea=(D-B
Richardo92
·
2020-07-08 12:52
Leetcode - Bomb Enemy
Mycode
:publicclassSolution{publicintmaxKilledEnemies(char[][]grid){if(grid==null||grid.length==0||grid
Richardo92
·
2020-07-08 08:31
Leetcode - Power of Two
Mycode
:publicclassSolution{publicbooleanisPowerOfTwo(intn
Richardo92
·
2020-07-07 12:32
在Asciidoctor中自动编号的标注
请参见下一个示例,其中显示了标注的编号和自动编号功能:=
MyCode
:source-highlighter:highlightjs==Callouts[source,java].MyClass.java
danpu0978
·
2020-07-07 06:38
Leetcode - Closest Binary Search Tree Value
Mycode
:/***Definitionforabinarytreenode.
Richardo92
·
2020-07-04 04:19
opencv学习25——图像亮度增强
np.clip(a,a_min,a_max,out=None),将a中的元素限制在最小值和最大值之间,超过此区间的值赋值为最小值或最大值二、importcv2importnumpyasnpdefenhance_
mycode
GISer_Lin
·
2020-07-02 13:00
opencv
设计模式学习总结
源码:https://github.com/pengchengming/
myCode
/tree/master/DesignPattern一、设计模式主要分三大类,创建型模式、结构型模式、行为型模式。
nihao_pcm
·
2020-07-02 13:11
Leetcode - Merge Two Sorted Lists
Mycode
:/***Definitionforsingly-linkedlist.
Richardo92
·
2020-07-02 09:13
[转]开发自己的Live Writer插件
当然要在最终发表的博客上添加.
mycode
的CSS样式才有效果。.
liuchuan98
·
2020-07-02 08:05
.Net
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他