Easter79 Easter79
3年前
tensorflowjs 简单使用
原文链接: tensorflowjs简单使用(https://my.oschina.net/ahaoboy/blog/2870519)githubhttps://github.com/tensorflow/tfjs(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithu
Stella981 Stella981
3年前
Git使用总结
生成密钥1.打开GitBash,运行  \_sshkeygen  \_2.密钥生成空间\_~/.ssh/id\_rsa  \_(C:/User/.ssh)3.输入密码(不输入增直接回车跳过)4._~/.ssh/id\_rsa.pub_ (公钥), _id\_rsa_ (私钥)下载代码到本地
Wesley13 Wesley13
3年前
Go 使用 JSON
Encode将一个对象编码成JSON数据,接受一个interface{}对象,返回\\byte和errfuncMarshal(vinterface{}){byte,err}Marshal函数将会递归遍历整个对象,依次按照成员类型对这个对象进行编码,类型转换如下:1bool类型转换成JSON
Wesley13 Wesley13
3年前
IDEA使用入门
1.IDEA全名:IntelliJIDEA,就是Java语言开发工具(IDE)功能与Eclipse同类!!(https://oscimg.oschina.net/oscnet/5bf29d5524436bbaa769842d7e094e775ed.png)2.最新编程IDE全球排行IntelliJ IDEA指数榜单Top5,并连续上
Wesley13 Wesley13
3年前
activemq 使用介绍
1,activemq分为queue和topic两种2,下面先介绍queue,使用spring集成build.gradlecompile"org.springframework:springjms:3.2.1.RELEASE"compile"org.apache.activemq:activemqcore
Easter79 Easter79
3年前
SVN的使用
一、如何在本机下操纵SVN使用步骤1、下载svn(TortoiseSVN),测试svn是否成功:svnversion!(https://oscimg.oschina.net/oscnet/532e1f61228a5d51eb7bd5801c07956e105.png)2、创建本地临时文件目录,这里是模拟服务端的仓库,代
Stella981 Stella981
3年前
GraphQL 使用介绍
!(https://oscimg.oschina.net/oscnet/9d854df9aa4e01f403bbb6ae4c9da2afbdf.jpg)GraphQL是Fackbook的一个开源项目,它定义了一种查询语言,用于描述客户端与服务端交互时的数据模型和功能,相比RESTfulAPI主要有以下特点:根据需要返回数据
Stella981 Stella981
3年前
Gflags 简明使用
简介Google的gflags是一套命令行参数处理的开源库。比getopt更方便,更功能强大,从C的库更好的支持C(如C的string类型)。example源代码先看example源代码,然后逐步介绍。example.cc1
Wesley13 Wesley13
3年前
MySQL 使用教程
原文同步至http://www.waylau.com/mysqltutorial/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.waylau.com%2Fmysqltutorial%2F)关于MySQLMySQL是最流行的开源数据库。本文
Easter79 Easter79
3年前
TinyMce 使用初探
https://www.cnblogs.com/nkxyf/p/3883586.html参考:http://www.tinymce.com/  官网     http://www.tinymce.com/wiki.php  wiki尤其第二项Configuration尤为有用   http://blog.csdn.net/che