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
blob
使用ssm框架编写简单图书管理系统(二)
项目中用到了分页然后我使用的是mybatis的插件pagehelper官网地址:https://github.com/pagehelper/Mybatis-PageHelper/
blob
/master/
Xingyizhou
·
2020-08-25 00:33
学习笔记
js 按指定大小等比缩放预览图片
utils.showError("您的浏览器不支持HTML5,请使用现代浏览器");return;}///获取文件的浏览路径vargetObjectURL=function(file){varurl=null;var
blob
warrior21st
·
2020-08-24 23:44
前端
HTML5读取本地文件
该规范主要定义了以下数据结构:FileFileList
Blob
HTML5访问本地文件系统时,需要先获取File对象句柄,怎么获取文件引用句柄呢?
tfnco
·
2020-08-24 23:13
将证书和私钥导入到ukey中
将证书和私钥导入到ukey中DWORDcbPrivateKey
Blob
=0;BYTE*pbPrivateKey
Blob
=NULL;PCCERT_CONTEXTpCertCtx=NULL;DWORDdwBufferLen
寸衫
·
2020-08-24 23:53
SQLite3 C/C++ 开发接口简介
它虽然是在SQLite2.8.13的代码基础之上开发的,但是使用了和之前的版本不兼容的数据库格式和API.SQLite3是为了满足以下的需求而开发的:支持UTF-16编码.用户自定义的文本排序方法.可以对
BLOB
s
sillyboytao
·
2020-08-24 23:12
sqlite
collation
数据库
存储
sql
integer
模拟键盘鼠标输入uhid example
我直接使用的这个例子https://github.com/torvalds/linux/
blob
/master/samples/uhid/uhid-example.c,这个例子可以模拟鼠标,通过输入asdw
施瓦辛格777
·
2020-08-24 22:17
Android 源码分析 —— 从 Toast 出发
本篇原始链接:https://github.com/mzlogin/rtfsc-android/
blob
/master/0x003-start-from-toast.md(图fromAndroidDevelopers
mzlogin
·
2020-08-24 22:48
Android
Android
源码分析
android
源码
js实现图片缩放
https://github.com/josefrichter/resize/
blob
/master/public/preprocess.jsvarfileinput=document.getElementById
小Z笔记
·
2020-08-24 22:34
js
js 原生将页面打印成pdf格式
只是把自己平时找到的资源整合一下分享给大家,希望大家学习起来更为方便,加油代码使用到了jspdf.js和https://cdn.bootcss.com/html2canvas/0.5.0-beta4/html2canvas.js代码如下
blob
test
blob
简简单单写程序
·
2020-08-24 22:29
javascript
css
html5
html
css3
QByteArray与char、int、float(及其数组)之间的互相转化
1.问题来源要用SQLite数据库去保存一段定长的char型数组,里面可能有\0等字符,所以当作字符串varchar处理铁定丢失数据,所以要用二进制保存
BLOB
,这样对应的QT数据类型要用QByteArray
Jokey92
·
2020-08-24 21:24
QT
View 绘制机制
原地址:https://github.com/android-cn/android-open-project-analysis/
blob
/master/tech/viewdrawflow.mdView绘制机制
Jacky_Cmd
·
2020-08-24 21:30
使用Alfred来隐藏文件
下载workflowhttps://github.com/SIDmao/Hide.alfredworkflow/
blob
/master/Toggle%20input%20method.alfredworkflowtellapplication"Finder"tosetstoselectionasaliaslistifsis
鸭梨山大哎
·
2020-08-24 20:32
《Kubernetes 是下一代操作系统 》读后分享摘要
给组内小伙伴做的一次关于Kubernetes的分享,内容主要来自《Kubernetes是下一代操作系统》原文链接:https://github.com/answer1991/articles/
blob
/
pierre94
·
2020-08-24 20:01
Rails link_to 和 button_to 的区别
源代码:https://github.com/rails/rails/
blob
/master/actionview/lib/action_view/helpers/url_helper.rbdeflink_to
孙小兔
·
2020-08-24 20:34
Rails
去哪儿网订票选择城市json(包括拼音和城市名)
去哪儿网订票选择城市的拼音加城市名数据(格式json)完整json数据地址:https://github.com/haoqiangqiang/qunar/
blob
/master/city.json{"ret
郝强强1994
·
2020-08-24 19:22
vue
前端
去哪儿网
订票
json数据
城市拼音名称
使用pako.js 解压缩ws消息
nodeca/pako或npminstallpako引入pako:importpakofrom'pako'创建好ws后,设置ws.binaryType="arraybuffer"//默认的data类型是"
blob
樱桃小丸子~
·
2020-08-24 19:45
【GSON】翻译Google GSON 的markdown用户说明
写在前面:本文翻译原文为:https://github.com/google/gson/
blob
/master/UserGuide.md#nested-classes-including-inner-classes
baofeidyz
·
2020-08-24 19:59
json
Git目录 与 工作目录
Git目录'Git目录'是为你的项目存储所有历史和元信息的目录-包括所有的对象(commits,trees,
blob
s,tags),这些对象指向不同的分支.每一个项目只能有一个'Git目录'(这和SVN
zhuangtim1987
·
2020-08-24 18:03
Git
配置Yii2的redis扩展(本文使用Yii2 basic 版)
官方提供的文档地址:https://github.com/yiisoft/yii2-redis/
blob
/master/docs/guide/README.md1.安装Yii2的redis扩展cd/www
zhangjinlei00
·
2020-08-24 18:04
yii2
【弄nèng - Skywalking】入门篇(三)—— Skywalking告警模块使用
编写配置回调三.动态配置修改application.yml使用配置中心测试项目推荐该篇博客是Skywalking的告警模块的使用官方文档:https://github.com/apache/skywalking/
blob
司马缸砸缸了
·
2020-08-24 18:46
Skywalking系列
前端使用
blob
下载文件
consturl='/download/possible'letdownData={'param':JSON.stringify(selectData)}constoptions={method:'POST',headers:{'content-type':'application/x-www-form-urlencoded'},data:qs.stringify(downData),respon
wyw223
·
2020-08-24 18:58
vue
Vue将表格内的数据导出为Excel文件
npminstall-Sfile-saverxlsxnpminstall-Sscript-loader或者yarnaddfile-saveryarnaddxlsxyarnaddscript-loader--dev引入两个js文件在src目录下新建excel文件夹,里面放入
Blob
.js
天道有情战天下
·
2020-08-24 18:02
Vue
ILSVRC2017冠军SENet,Squeeze-and-Excitation Networks论文详解
博主代码地址:https://github.com/Xingxiangrui/various_pyTorch_network_structure/
blob
/master/senet_and_pretrained.py
祥瑞Coding
·
2020-08-24 17:51
机器学习
PyTorch
论文解析
PyTorch项目应用实例(六)并行化|分组运算|张量乘|常用神经网络层
博主代码地址:https://github.com/Xingxiangrui/various_pyTorch_network_structure/
blob
/master/group_clsgat_parallel.py
祥瑞Coding
·
2020-08-24 17:20
机器学习
PyTorch
COCO数据集标注框的读取及badcase analyse
macOS上PyCharm本地配置Anaconda环境博主代码地址:https://github.com/Xingxiangrui/multi_label_badcase_analyse/
blob
/master
祥瑞Coding
·
2020-08-24 17:20
机器学习
多标签分类
CycleGAN(六)模型结构更改
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/
blob
/master/models/template_model.py更改后代码已经共享到
祥瑞Coding
·
2020-08-24 17:19
机器学习
PyTorch
GAN
image2image
python
pix2pix(一)制作样本对并进行训练与测试
参考:https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/
blob
/master/docs/datasets.md目录一、数据集创建方法1.1A
祥瑞Coding
·
2020-08-24 17:19
机器学习
python
PyTorch
CycleGAN(三)代码概览
目的:大致看懂cycleGAN代码结构参考:https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/
blob
/master/docs/overview.md
祥瑞Coding
·
2020-08-24 17:18
机器学习
PyTorch
GAN
image2image
python
CycleGAN(二)数据集重做与训练测试
参考:https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/
blob
/master/docs/datasets.md目录一、数据集制作1.1数据集格式
祥瑞Coding
·
2020-08-24 17:16
机器学习
python
PyTorch
GAN
image2image
phpredis Redis集群 Redis Cluster
官方url:https://github.com/phpredis/phpredis/
blob
/develop/cluster.markdown#readme2017年10月29日20:44:25Redis
weixin_34067102
·
2020-08-24 17:19
swoole服务器返回二进制文件,websocket获取并下载
参考资料
Blob
的增强版-FileReaderFileReader的官网心得虽然浪费了我一周的时间。
yilegel
·
2020-08-24 16:34
网络编程
vue-cli3.0 配置Iview定制主题
my-them.less@import'~view-design/src/styles/index.less';/*主题配置其他配置参照https://github.com/view-design/ViewUI/
blob
不摇碧莲
·
2020-08-24 16:47
vue.js
vue-cli3
iview
react从入门到深入的教程、工具
react-tutorialhttps://github.com/cllgeek/react-tutorial/
blob
/master/README.mdatutorialreactcollectionandsort
大灰狼的小绵羊哥哥
·
2020-08-24 16:07
【React.js点滴知识
】
Sqlite数据类型,极度全面哦
5.
BLOB
:二进制对象。但实际上,sqlite3也接受如下的数据类型:smallint16位元的整数。i
uni7corn
·
2020-08-24 16:57
数据库
Blob
URL和Data URL有什么区别
Blob
URL和DataURL有什么区别?
ToSmile
·
2020-08-24 15:54
url
5-STM32物联网开发WIFI+GPRS基础篇(云端安装MQTT服务器)
developer.emqx.io/docs/emq/v3/cn/install.html配置用户名和密码第一种是用httphttps://github.com/emqx/emqx-auth-username/
blob
杨奉武
·
2020-08-24 15:46
第三十三期-ARM Linux内核的中断(3)
ARMLinux内核的中断流程:内核的视角在第二十九期的异常向量表中我们可以看到,当发生IRQ中断时,内核会通过异常向量表中的IRQ相关项进入中断处理流程,相关代码在openEuler源码库中的/kernel/
blob
openEuler技术连载
·
2020-08-24 14:33
前端下载文件(使用后端传的文件名)
exportconstdownloadFileNew=(url,fileName)=>{constxhr=newXMLHttpRequest()xhr.open('get',url)xhr.responseType='
blob
'xhr.setRequestHeader
陈大事_code
·
2020-08-24 14:06
Oracle数据库存入文件或图片
publicclassInsert
Blob
Data{Connectioncon=null;/***@paramargs*@throwsException*/publicstaticvoidmain(String
lijilin12
·
2020-08-24 14:15
oracle
Docker问题:Docker默认路径存储空间不足,迁移Docker默认存储目录
问题在docker使用用过程中出现,出现如下错误提示:ERROR:Service'XXX'failedtobuild:write/var/lib/docker/tmp/GetImage
Blob
239544438
backbp
·
2020-08-24 14:48
docker
storage
js文件保存
**ByEliGrey,http://eligrey.com**License:https://github.com/eligrey/FileSaver.js/
blob
/master/LICENSE.md
jianlun3009
·
2020-08-24 14:39
Go Reflect 高级实践
https://github.com/golang/go/
blob
/master/src/reflect/type.gohttps://github.com/golang/go/
blob
/master/
ronniesong
·
2020-08-24 14:00
reflect
golang
配置gitlab 服务器默认端口
['listen_port']=nil#overrideonlyifyouuseareverseproxy:#https://gitlab.com/gitlab-org/omnibus-gitlab/
blob
chuoding7446
·
2020-08-24 13:44
SQLITE3 读写二进制字段
blob
看了下SQLITE3的操作类,对于
blob
的字段存/取操作已经会用了。但是只能一次性的读取文件长度,然后分配内存。对于分批次写入,我现在还没有弄明白,需要进一步的学习。写在这里记录一下吧。
aasmfox
·
2020-08-24 13:33
sqlite
testing
file
exception
insert
delete
一個簡易網頁版 Javascript 編輯器
源代碼見編輯器默認文檔(或右鍵查看頁面源代碼):https://bumfo.github.io/high.html項目地址:https://github.com/bumfo/bumfo.github.io/
blob
bf
·
2020-08-24 13:21
javascript
代码高亮
代码编辑器
php使用redis集群做session共享
的不能实现链接redis带密码的集群需要升级为4.3,注意是php的redis拓展包,不是redis版本然后剩下的就看英文文档https://github.com/phpredis/phpredis/
blob
API调用工程师-南又南
·
2020-08-24 12:03
php
rpm 包下载安装的时候进行保存
folkhttps://unnunique.github.io/AADocs/skill-docs/linux/https://github.com/unnunique/unnunique.github.io/
blob
山木兮
·
2020-08-24 12:16
Linux
算法入门
http://blog.csdn.net/v_july_v作者图书githubhttps://github.com/julycoding/The-Art-Of-Programming-By-July/
blob
Albert陈凯
·
2020-08-24 10:19
Android 开发最佳实践
转载地址:https://github.com/futurice/android-best-practices/
blob
/master/translations/Chinese/README.cn.md
new对象
·
2020-08-24 10:58
Android经验
UI Recorder + Selenium standalone server 环境搭建
uirecorder.com/Github:https://github.com/alibaba/uirecorder使用手册:https://github.com/alibaba/uirecorder/
blob
_Rethink
·
2020-08-24 10:36
What
is
SoftWare
Test
上一页
114
115
116
117
118
119
120
121
下一页
按字母分类:
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
其他