Alex799 Alex799
4年前
Vue.js——60分钟快速入门
是当下很火的一个JavaScriptMVVM库,它是以数据驱动和组件化的思想构建的。相比于Angular.js,Vue.js提供了更加简洁、更易于理解的API,使得我们能够快速地上手并使用Vue.js。
_dolphin _dolphin
4年前
前端上传本地图片保存到数据库里
引用一下js:fileupload.js   functionuploadImg1()        varfdocument.getElementById('uploadFile1').files0        varsrcwindow.URL.createObjectURL(f);  
Wesley13 Wesley13
3年前
Android 模拟器下载、编译及调试
Android模拟器源码下载Android模拟器源码的下载与AndroidAOSP源码库的下载过程类似,可以参考Google官方提供的Android源码下载文档(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fsource.andro
Stella981 Stella981
3年前
Android SDK Android Studio Android NDK 官方下载地址
2014.12AndroidStudiohttps://dl.google.com/dl/android/studio/install/1.0.1/androidstudiobundle135.1641136.exehttps://dl.google.com/dl/android/studio/install/1.0.1/andro
Stella981 Stella981
3年前
React—Native开发之 Could not connect to development server(Android)解决方法
React—Native开发之Couldnotconnecttodevelopmentserver(Android)解决方法参考文章:(1)React—Native开发之Couldnotconnecttodevelopmentserver(Android)解决方法(https://www.oschina.net/a
Stella981 Stella981
3年前
Hexo+NexT(二):Hexo站点配置详解
!精于心简于形(https://oscimg.oschina.net/oscnet/1279fb8cfab2d287b9da4cbe97ec8020876.png)阅读本篇之前,假定读者已经有了Node.js的基础,如需要补充Node.js知识的,请自行百度。Hexo是在Node.js框架下的一个项目,利用Node.js提供
Stella981 Stella981
3年前
JavaScript中遍历数组和对象的方法
js数组遍历和对象遍历针对js各种遍历作一个总结分析,从类型用处,分析数组和对象各种遍历使用场景,优缺点等JS数组遍历:1,普通for循环,经常用的数组遍历vararr1,2,0,3,9,10,20,
Stella981 Stella981
3年前
Electron构建、打包总结
提示:Applicationentryfile"main.js"doesnotexist解决:package.json中的build模块,添加files"files":"./index.html","./main.js","./package.json
Stella981 Stella981
3年前
Android 应用程序之间数据共享—ContentProvider
原帖链接:http://www.moandroid.com/?p157Android应用程序之间数据共享—ContentProviderBy:海市蜃楼|In: Android开发(https:/