Using Radio Buttons in Angular 2 requires a basic understanding of forms as well as how their labels will match up with each input. This lesson shows ...
分类:
其他好文 时间:
2016-09-29 07:41:24
阅读次数:
133
Using the Angular 2 router requires defining routes, passing them in to the RouterModule.forRoot and then importing the configured RouterModule into y ...
分类:
其他好文 时间:
2016-09-25 06:10:57
阅读次数:
215
通过pl/sql调试存储过程时报错很明显是当前用户权限不足。那就为它补足权限。
分类:
其他好文 时间:
2016-09-24 13:48:15
阅读次数:
227
用文本编辑器打开对应的 xib 文件,删除其中类似这样的一句话 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> ...
分类:
移动开发 时间:
2016-09-23 12:52:01
阅读次数:
283
iOS10+xcode8真机测试的问题 今天把iPhone和xcode都更新到最新版本了,用真机调试的时候直接提示两个错误: 1.BDVRClientSample requires a provisioning profile. Select a provisioning profile for t ...
分类:
移动开发 时间:
2016-09-21 09:05:09
阅读次数:
693
Android Studio需要两个JDK: ide jdk和project jdk: 前者是IDE本身运行使用的JDK. 后者用于编译Java代码 Project JDK 可以通过file-> other settings-> default project structure 里面查看修改 如果 ...
分类:
移动开发 时间:
2016-09-19 22:10:44
阅读次数:
208
现在很多APP为了让用户更加快捷方便注册,都会使用第三方进行登录,例如QQ/微信/淘宝等。但是上线审核被拒,大致会出现以下内容: Additionally, we found that your app requires the installation of another app before ...
分类:
移动开发 时间:
2016-09-18 13:14:05
阅读次数:
171
升级 xcode8之后证书管理有点不一样,如果不选择 Team 的话,会看到下图一样的报错 解决办法是添加账号就可以自动解决。“这里不需要开发者账号,自己的 apple id,就可以” ...
分类:
其他好文 时间:
2016-09-18 10:18:28
阅读次数:
1090
少用全局变量,用config配置组件的参数,用于参数传递 controll中requires的别用,但有3个例外 As you add more classes to your application, these configurations become more and more useful ...
分类:
其他好文 时间:
2016-09-15 08:40:35
阅读次数:
178
Selenium is a browser automation library. Most often used for testing web-applications, Selenium may be used for any task that requires automating int ...
分类:
编程语言 时间:
2016-09-09 00:47:31
阅读次数:
313