- 浏览: 79857 次
- 性别:
- 来自: 深圳
最新评论
文章列表
Accordion List with Ionic
https://ionicacademy.com/accordion-list-ionic/
http://www.sheng00.com/1502.html
移动应用框架 ionic2 自学须知的基本知识点
http://blog.csdn.net/qq_15096707/article/details/52727672
ionic2+angular2中踩的那些坑
https://www.cnblogs.com/yanxiaodi/p/5750860.html
链接 http://www.ysxiao.cn/c/201509/5443.html
一年级新生识字量4000他们是怎么做到的?测测你的孩子能识多少字!
教育游戏在学科中的应用引起许多专家及学科教师关注的同时,相应的学科类教育游戏软件也在一些教育企业的带动下逐渐发展起来。如尚学大学堂(http://www.daxuetang.com/)、E代学堂(http://study.chinakids.net.cn/)、奥卓尔系列学习软件以及最新发展起来的“悟空识字”儿童识字软件。“悟空识字”是一款专门针对3~8岁的小朋友早期阅读和上小学准备的儿童识字软件已成为国内最受家长和儿童喜爱的识字软件。 ...
angular2-highcharts用法详解
1 使用npm安装angular2-highcharts
npm install angular2-highcharts --save
2、主模块中引入 app.module.ts
import {ChartModule} from "angular2-highcharts";
...
imports: [
ChartModule
]
...
3、组件中定义图标配置数据,可在highcharts官网查看配置 app.component.ts
import {Component} from '@angular ...
Ionic2的数据存储
翻译 2017年03月29日 14:50:51
当在一个原生app词法环境下,一般优先使用SQLite,因为它是使用最广泛的稳定的文档型数据库之一,它也避免了一些诸如localstorage和IndexedDB的一些困境,比如系统在磁盘空间不够的时候会清除数据。
如果你是在web中或者web app中运行的话,一般倾向于使用IndexedDB,WebSQL,以及localstorage.
假如你使用的是SQLite,首先你得安装 cordova-sqlite-storage 插件。
cordova plugin add cordova-sqlite-storage ...
http://www.cnblogs.com/hgblog/archive/2013/02/02/2890298.html
在部署一个含有com组件引用的asp.net站点的时候,总是提示下面的错误
Retrieving the COM class factory for component with CLSID {OMMITTED3F344F00E93D} failed due to the following error: 80040154 Class not registered,
但是我写一个控制台程序,引用同一个com,却可以成功,这应该是IIS上的啥设置没有正确。
于是在网 ...
http://m.blog.csdn.net/u010730897/article/details/53301931
http://yuan71058.blog.163.com/blog/static/3395950820150158112955/
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
http://www.unpack.cn/thread-97140-1-1.html
链接: http://pan.baidu.com/s/1sj9GIyL
密码: 7bdx
安装密码:itJpyHidszaR
/ ...
http://www.bijishequ.com/detail/381385?p=
Ionic2 Rest 认证
批量生成各尺寸的iOS图标
http://blog.csdn.net/johnnycode/article/details/49050261
http://blog.csdn.net/fzhlee/article/details/41480407
我第一次运行脚本生成的也是超大的图片,后来我发现他是以厘米为单位生成的,在ps里的 编辑 > 首选项 > 单位与尺寸,把单位里面的标尺 改成像素。问题就解决了!
使用ionic2开发一个登录功能
http://www.cnblogs.com/madyina/p/5970814.html
NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL
解决办法
在AppDelegate中添加
@implementation NSURLRequest(DataController)
+ (BOOL)allowsAnyHTTPSCertificateForHost:(NSString *)host
{
return YES;
}
@end
这个问题会连 以下问题一起解决
nw_coretls ...
Angular2 Http
1. 使用Http
绝大部分应用程序都会和后台服务打交道,Http是浏览器和服务器之间通讯的主要协议,通过Http调用来访问远程服务器上相应的 Web API。
HttpModule 并不是 Angular 的核心模块,通过Angular包中一个名叫 @angular/http ...
Application Error - The connection to the server was unsuccessful. (file:///android_asset/www/index.html)
问题描述:
PhoneGap+Sencha Touch开发的应用,打包后的APP或者调试期间,在启动的时候提示如下信息:
Application Error - The connection to the server was unsuccessful.
(file:///android_asset/www/index.html)
问题分析:
这个应该是PhoneGap某些版本 ...
Visual Studio Professional 2015简体中文版(专业版)
KEY:HMGNV-WCYXV-X7G9W-YCX63-B98R2
Visual Studio Enterprise 2015简体中文版(企业版)
KEY:HM6NR-QXX7C-DFW2Y-8B82K-WTYJV
open session: true
Unhandled Exception: System.TimeoutException: The request channel timed out while waiting for a reply after 00:01:00. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a porti ...