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
Articles
【网页特效】12 个炫酷背景特效库
1.p
articles
-bg地址:https://github.com/lindelof/p
articles
-bg效果:2.pa
前端小智
·
2020-08-12 17:10
javascript
前端
html
zookeeper分布式锁避免羊群效应(Herd Effect)
转载:https://yq.aliyun.com/
articles
/25601本文主要讲述在使用ZooKeeper进行分布式锁的实现过程中,如何有效的避免“羊群效应(herdeffect)”的出现。
盘古大叔
·
2020-08-12 17:13
架构
SIMD 编程的优势 --TickerTape Part 2
引自:http://software.intel.com/zh-cn/
articles
/tickertape-part-2/简介TickerTape是一种技术演示,旨在鼓励开发人员在粒子系统中执行更为复杂的操作
qiaoliang90
·
2020-08-12 17:11
SIMD
最适合编程的10大字体推荐
转至:http://
articles
.csdn.net/plus/view.php?aid=289207导读:下面字体的排序是作者的主观感受,每个人的喜好都不一样。建议您都试试,按照自己的喜好来选择。
iteye_15968
·
2020-08-12 15:21
php
解决addItemDecoration添加分割线重复绘制,间隔变大问题
publicListdata;publicList
articles
;publicL
wapchief
·
2020-08-12 15:22
android
bug
Java基于redis实现分布式锁
本文转载自:https://yq.aliyun.com/
articles
/307547分布式锁一般存在三种实现方式,1、通过数据库的乐观锁;2、redis3、ZooKeeper。
石楠烟斗的雾
·
2020-08-12 15:00
工具
java
英特尔® Performance Counter Monitor(PCM)--测量 CPU 利用率的更好方法
http://software.intel.com/zh-cn/
articles
/intel-performance-counter-monitor下载代码示例IntelPerformanceCounterMonitorV1.6
xinpo66
·
2020-08-12 14:25
C++学习
Golang 逃逸分析
以下摘自https://studygolang.com/
articles
/21788和https://zhuanlan.zhihu.com/p/91559562,仅做笔记使用。
Kylin_Mountain
·
2020-08-12 13:28
Golang
逃逸分析
内存优化
【Flask】filter 常用查询条件
notequal3.like,ilike4.in5.notin6.isnull7.isnotnull8.and9.or####如果想查看orm底层查询sql可以在filter函数后面不写人物的函数如:
articles
weixin_30596735
·
2020-08-12 13:04
渗透测试面试问题合集
转载至FreeBufhttps://www.freebuf.com/
articles
/web/245742.html注:灰色字体为补充的知识一、思路流程1、信息收集a、服务器的相关信息(真实ip,系统类型
酒色财气
·
2020-08-12 12:00
OpenGL
来源:http://www.cnblogs.com/crazyxiaom/
articles
/2073586.htmlglOrtho2D函数是OpenGL中的二维裁剪函数,以前一直不太懂裁剪是什么意思,这两天在做
sentimental_dog
·
2020-08-12 12:46
opengl 库的说明和简单使用
来源:http://www.cnblogs.com/crazyxiaom/
articles
/2073586.html1.库的说明所有OpenGL函数采用了以下格式:。
sentimental_dog
·
2020-08-12 12:15
scrapy爬取CSDN文章
模拟驱动浏览器的js函数通过不断下拉进度条来加载页面(思路简单但是不推荐)下面介绍如何通过构造get请求来实现文章 通过chrome的检查下面是请求的urlhttps://www.csdn.net/api/
articles
Python 不屈菜鸟
·
2020-08-12 12:49
文件操作mode学习总结-----Python学习总结【第四篇】:Python之文件操作(文件、正则、json、pickle)...
非常全的博客,防丢链接参考https://www.cnblogs.com/madsnotes/
articles
/5521551.html1、文件操作1.1操作流程1)文件打开2)文件操作3)文件关闭1.2open
EasyBoy.kasting
·
2020-08-12 12:50
2.GitHub译文之创建一个仓库
原文档:https://help.github.com/
articles
/create-a-repo/译文by星云为了让你的工程放到GitHub,你需要一个仓库来保存它。现在就让我们创建一个吧!
技术宅星云
·
2020-08-12 11:39
译文
3.GitHub译文之创建仓库分支
原文档:https://help.github.com/
articles
/fork-a-repo/译文by星云仓库分支是一个仓库的副本,复制一个仓库可以自由实验的变化不影响原项目。
技术宅星云
·
2020-08-12 11:39
译文
[转]频谱、幅度谱、功率谱和能量谱
转自:http://longer.spaces.eepw.com.cn/
articles
/article/item/71979#在信号处理的学习中,有一些与谱有关的概念,如频谱、幅度谱、功率谱和能量谱等
mine1024
·
2020-08-12 09:28
OBS源码分析一x264模块加载流程
obs-ffmpeg中包含ffmpeg_aac、ffmpeg_opus、以及nvenc编码,rtmp是推流模块;关于软编和硬编这篇文章有详细的介绍:https://www.cnblogs.com/my_life/
articles
我是流氓我怕谁啊
·
2020-08-12 01:59
obs
流媒体
python 中sys.path和 sys.path.append()
原文链接:https://www.tuicool.com/
articles
/EB3miqrhttps://blog.csdn.net/zxyhhjs2017/article/details/80582246
_yuan_
·
2020-08-12 01:16
Python
【Optimizaition/x86】Intel CPU的CPUID指令获取的C实现
Date:2018.7.221、参考:https://www.cnblogs.com/DxSoft/
articles
/5053954.htmlhttps://blog.csdn.net/listener51
飞翔的鲲
·
2020-08-12 01:24
【Optimization】
【算法优化】
spring 集成 jwt
1:jwt简介详情请看(读懂简介,下面的代码就可以一次成功,觉得有点用的话,请点个赞吧,谢谢了):http://www.tuicool.com/
articles
/R7Rj6r3组成部分:Header头部
Madisoon
·
2020-08-12 00:16
spring框架详解
并行编程——开源并发库、无锁数据结构
1一些资源http://openmp.org/wp/openmp开放标准的并行程序指导性注释,没用过http://software.intel.com/zh-cn/
articles
/parallelization-using-intel-threading-building-blocks-intel-tbbinteltbb
Just do it
·
2020-08-11 23:22
git学习2:建立账号以及创建密钥
参考官方文档:https://help.github.com/
articles
/generating-ssh-keysStep1:CheckforSSHkeys打开安装后的win
washli2001
·
2020-08-11 23:15
github
Golang context源码阅读与分析
阅读原文获得最佳体验:https://jiajunhuang.com/
articles
/2020_04_22-golang_context.md.htmlGolang中使用context作为goroutine
Herosim
·
2020-08-11 23:25
使用ES2017的异步函数
http://www.tuicool.com/
articles
/VVNz2yA异步函数或多或少让你编写有顺序的JavaScript代码,而不需要在回调(callbacks)
大灰狼的小绵羊哥哥
·
2020-08-11 23:59
【ES678点滴知识
】
创新实训记录5--数据处理/数据加入mysql
数据处理|加入数据库|报错与解决acm数据处理通过django将数据添加到数据库中:报错&解决:acm数据处理1.将
articles
.txt文件的【SUCC】去掉,只保留论文的idwithopen('.
xxr~
·
2020-08-11 22:10
The Process of Software Architecting
forum=270&thread=156705PeterEeleshaspublishedaseriesof
articles
onIBMDeveloperWorksonsoftwarearchitecture.Inhismostrecentinstallment
hdaerduo
·
2020-08-11 21:29
Architechture
&
Design
gin+gorm 构建restful API接口
转载自:https://learnku.com/
articles
/23548/gingormrouter-quickly-build-crud-restful-api-interface下载扩展gogetgithub.com
LONINGWORLD
·
2020-08-11 20:02
GoWeb
LACP链路聚合控制协议
LACP链路聚合控制协议来源:https://www.cnblogs.com/taosim/
articles
/4378691.htmlhttp://storage.chinabyte.com/64/12541564
weixin_34327223
·
2020-08-11 20:18
Selector空轮询处理(转载)
https://www.cnblogs.com/my_life/
articles
/5556939.htmlSelector空轮询处理在NIO中通过Selector的轮询当前是否有IO事件,根据JDKNIOapi
weixin_30512785
·
2020-08-11 20:05
区块链|比特币|一个故事告诉你比特币的原理及运作机制|小白也能轻松理解
原文地址:http://blog.codinglabs.org/
articles
/bitcoin-mechanism-make-easy.html原文作者:张洋一个故事告诉你比特币的原理及运作机制问题的提出以物易物的比特村实物货币符号货币中央系统虚拟货币分布式虚拟货币基础设施搭建账簿公开机制身份与签名机制
Dr.羊
·
2020-08-11 20:26
区块链
c# mybatis net +mysql 的一个初步摸索
1找到mybatis.net最好有个例子http://www.codeproject.com/
Articles
/894127/WebControls/#_comments在这里。。。
zzzxxbird
·
2020-08-11 20:45
Percona XtraDB Cluster (简称PXC) 搭建
(转:[url]http://www.tuicool.com/
articles
/2UVBba[/url])二.安装配置1.RHELorCentOS系统#rpm-Uhvhttp://www.percona.com
风风风001
·
2020-08-11 19:33
mysql
【MySQL】Innodb事务隔离级别(转)
原文地址http://www.cnblogs.com/zhizhesky/
articles
/2160873.html一、事务隔离级别ANSI/ISOSQL标准定义了4中事务隔离级别:未提交读(readuncommitted
weixin_34247155
·
2020-08-11 19:48
根据经纬度求两点间距离
http://www.cnblogs.com/xionglee/
articles
/1493276.htmlpublicstaticdoubleDistanceOfTwoPoints(doublelng1
weixin_30552635
·
2020-08-11 18:03
Java8 Lambda表达式理解
原文地址:http://www.oracle.com/technetwork/
articles
/java/architect-lambdas-part1-2080972.htmllambda表达式。
sjmuvx
·
2020-08-11 18:20
Java
各种类型文件在SQL Server中存储的解决方案
SQLServer中存储的解决方案数据的持久化是开发的基础性工作,我们不可避免要将各种的类型文件持久化,关于文件(或是大对象)的存储,我在我的bloghttp://www.cnblogs.com/supercode/
articles
wudixiaocaoren
·
2020-08-11 17:46
.net技巧
SQL
SERVER
C++浅拷贝(值拷贝)和深拷贝(位拷贝)
参考网址:https://www.cnblogs.com/BlueTzar/
articles
/1223313.htmlhttps://www.cnblogs.com/xiaodingmu/p/7407307
就爱棒棒糖
·
2020-08-11 16:34
C++
Extension 与主app共享数据
http://www.tuicool.com/
articles
/UfI7vy6注意:一个说法----宿主应用和容器应用是一个东西(containerapp)扩展(Extension)是iOS8和OSX10.10
allanGold
·
2020-08-11 16:47
扩展
Extension
从0到TrustZone第一篇:探究高通的 SEE(安全可执行环境)
转载:http://www.freebuf.com/
articles
/system/103152.html在本篇文章中,我们将讨论高通安全执行环境(QSEE)。
chandler_li
·
2020-08-11 16:04
Working with Strings(使用Oracle字符串)
WorkingwithStringsByStevenFeuersteinPart3inaseriesof
articles
onunderstandingandusingPL/SQLEveryapplicationneedsdata.Thatseemsratherobvious
罗汉爷
·
2020-08-11 16:22
PL/SQL开发
exists 使用
1、exists使用https://www.jianshu.com/p/cfdb70368589https://www.cnblogs.com/mytechblog/
articles
/2105785.htmlhttps
l_degege
·
2020-08-11 15:46
orcale
sqlserver
mysql
Eclipse_debug (调试) 学习心得
原文章地址http://www.cnblogs.com/yqskj/
articles
/2225253.html进入debug模式:1、设置断点2、启动servers端的debug模式3、运行程序,在后台遇到断点时
yjh_f
·
2020-08-11 15:54
3D引擎架构
(dynamiclighting)、体雾(volumetricfog)、镜面(mirrors)、入口(portals)、天空体(skyboxes)、节点阴影(vertexshaders)、粒子系统(p
articles
ystems
xosen
·
2020-08-11 15:25
游戏引擎
引擎
游戏
图形
interface
工具
system
GB2312汉字区位码、交换码和机内码转换方法 (ZT)
GB2312汉字区位码、交换码和机内码转换方法(ZT)转载自http://www.royaloo.com/
articles
/
articles
_2003/GB2312_content.htm荣耀2003为了适应计算机处理汉字信息的需要
weixin_34306676
·
2020-08-11 14:16
负载测试、压力测试和性能测试的区别
转载:http://www.cnblogs.com/yunman/
articles
/5482167.html负载测试(Loadtesting)、压力测试(StressTest,应称为强度测试)和性能测试
weixin_33916256
·
2020-08-11 14:38
Git学习笔记与IntelliJ IDEA整合
downloadsGit简要使用说明:http://rogerdudler.github.io/git-guide/index.zh.htmlGithub官方使用说明:https://help.github.com/
articles
weixin_30920597
·
2020-08-11 14:16
SPA单页面应用、前后端分离项目SEO优化的方法
原文地址:https://xeblog.cn/
articles
/9前言我这个博客架构使用的是前后端分离的模式,前端项目独立,后端提供数据接口,使用Ajax与服务器端接口交互,前端渲染接口返回的数据。
csdn产品小助手
·
2020-08-11 14:46
测试相关网址
https://software.intel.com/zh-cn/
articles
/an-often-overlooked-game-performance-metric-frame-time?
Limit财
·
2020-08-11 13:29
测试技术
AIR 3.5 使用 GoViral 本地扩展实现 iOS 6 社交网络功能
资讯类型:翻译来源页面:http://www.adobe.com/devnet/air/
articles
/ios6-social-networking-with-goviral-ane.html资讯原标题
wang0731308
·
2020-08-11 13:47
iOS
上一页
87
88
89
90
91
92
93
94
下一页
按字母分类:
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
其他