logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

第四次工业革命:人工智能(AI)入门

转载自 http://www.infoq.com/cn/articles/the-fourth-industrial-revolution-an-introduction-to-ai“过去10年我们在忙于打造移动为先的世界。未来10年,我们将步入AI为先的世界。”(谷歌CEO Sundar Pichai,2016年10月)从亚马逊到Facebook,再到谷歌和微软,全球最顶尖、最有影响力的技术公司

#人工智能#数据结构与算法#数据库
[RN] React Native 调试技巧

React Native 调试技巧一、 安卓模拟器调出Dev Setting 命令adb shell input keyevent 82二、图片不出来时,先运行此命令,再重新 runreact-native bundle --platform android --dev false --entry-file index.js --bundle-ou...

flutter doctor出现问题 [!] Android toolchain - develop for Android devices (Android SDK version 28.0.3) ...

首先,问题描述:flutter doctorDoctor summary (to see all details, run flutter doctor -v):[√] Flutter (Channel stable, v1.5.4-hotfix.2, on Microsoft Windows [Version 10.0.17134.765],locale z...

#移动开发#java
Flutter 异常处理之图片篇

背景说到异常处理,你可能直接会认为不就是 try-catch 的事情,至于写一篇文章单独来说明吗?如果你是这么想的,那么本篇说不定会给你惊喜哦~而且本篇聚焦在图片的异常处理。场景学以致用,有具体的应用场景,能够加深我们对知识的掌握。我们以简书的文章列表为例,如下图:假设产品有这样的需求,当右边的封面图加载失败的时候,用一个默认图片替换或者直接让文本横向填充原有图片位置。不管处理...

#移动开发
【flutter】学习之路(一)环境的搭建

一、Flutter的背景近期flutter比较热门,Flutter是谷歌的移动UI框架,可以快速在iOS和Android上构建高质量的原生用户界面。 Flutter可以与现有的代码一起工作。Flutter的目标是使同一套代码同时运行在Android和iOS系统上,并且拥有媲美原生应用的性能。在Flutter诞生之前,已经有许多跨平台UI框架的方案,比如基于WebView的Cordova、A...

#ui#移动开发#javascript
问题一:使用AndroidDriver而非原来的AppiumDriver的原因

AppiumDriver升级到2.0.0版本引发的问题--Cannot instantiate the type AppiumDriver1. 问题描述和起因在使用Appium1.7.0及其以下版本的时候,我们可以直接使用如下代码来创建一个AppiumDriver实例进行对安卓设备的操作。driver = new AndroidDriver(new URL("http://127.0.0....

#测试#移动开发
Tensorflow 多gpu训练

https://github.com/tensorflow/models/blob/master/tutorials/image/cifar10/cifar10_multi_gpu_train.pyhttps://dataxujing.github.io/TensorFlow-GPU-%E5%B9%B6%E8%A1%8C/https://github.com/huyz1117/GoogLe...

#人工智能
Cryptography -- 密码学

Introduction to CryptographyCryptography enables you to store sensitive information or transmit it across insecure networks (like the Internet) so that it cannot be read by anyone except the inten...

SqlServer 游标

找出数据库中所有的数据库名:  DECLARE @databaseName VARCHAR(100)DECLARE @itemCur CURSORSET @itemCur = CURSOR FORSELECT name FROM sys.databasesWHERE database_id > 4OPEN @itemCur...

#数据库
游标 实例

  declare @JoinMeetingPersonID intdeclare @begindate1 datetimeset @begindate1 = '2014-12-01 17:44:03'DECLARE My_Cursor CURSOR --定义游标FOR (SELECT JoinMeetingPersonID FROM dbo.T_Join...

    共 15 条
  • 1
  • 2
  • 请选择