Apache中文官网全面战略合作伙伴关系

Stella981
• 阅读 480

今天终于和Apache中文官网(ApacheCN)建立全面战略合作伙伴关系,ApacheCN将努力打造成中国最权威的Apache官网。同时可以访问合作域名http://wiki.geekidentity.com/ ,我翻译的东西会在ApacheCN上同步。欢迎大家时刻关注ApacheCN,让我们一起学习,一起进步。

点赞
收藏
评论区
推荐文章
blmius blmius
3年前
MySQL:[Err] 1292 - Incorrect datetime value: ‘0000-00-00 00:00:00‘ for column ‘CREATE_TIME‘ at row 1
文章目录问题用navicat导入数据时,报错:原因这是因为当前的MySQL不支持datetime为0的情况。解决修改sql\mode:sql\mode:SQLMode定义了MySQL应支持的SQL语法、数据校验等,这样可以更容易地在不同的环境中使用MySQL。全局s
待兔 待兔
3个月前
手写Java HashMap源码
HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程22
Wesley13 Wesley13
3年前
ubuntu配置tomcat和jdk
1.安装tomcat此处以tomcat8为例.  先到tomcat官网:http://tomcat.apache.org(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Ftomcat.apache.org%2C)下载相应的tar.gz的安
Stella981 Stella981
3年前
PhoneGap设置Icon
参考:http://cordova.apache.org/docs/en/latest/config\_ref/images.html通过config.xml中的<icon标签来设置Icon<iconsrc"res/ios/icon.png"platform"ios"width"57"height"57"densi
Wesley13 Wesley13
3年前
Uber基于RNN的极端事件预测,解决交通问题
时间 2017061212:00:15  亿欧网(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.tuicool.com%2Fsites%2FAJj2Un)_原文_  http://www.iyiou.com/p/47628(https://www.oschina.n
Stella981 Stella981
3年前
Apache Thrift的使用
Thrift是什么,看这里:http://thrift.apache.org/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fthrift.apache.org%2F)1.从官网下载thrift  Thrift官网:http://thrift.apache.org/(
Stella981 Stella981
3年前
Spark(一)Spark简介
一、官网介绍1什么是Spark官网地址:http://spark.apache.org/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fspark.apache.org%2F)!(https://oscimg.oschina.net/oscnet/
Wesley13 Wesley13
3年前
K2 BPM介绍(1)
K2BPM介绍(1)官网访问地址:中文官网(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.k2software.cn)英文官网(https://www.oschina.net/action/GoToLink?urlhttp
Python进阶者 Python进阶者
9个月前
Excel中这日期老是出来00:00:00,怎么用Pandas把这个去除
大家好,我是皮皮。一、前言前几天在Python白银交流群【上海新年人】问了一个Pandas数据筛选的问题。问题如下:这日期老是出来00:00:00,怎么把这个去除。二、实现过程后来【论草莓如何成为冻干莓】给了一个思路和代码如下:pd.toexcel之前把这