05 2017 档案

摘要:现在市场的主流,今年是Java,H5 Java,主要是做后台服务器开发,企业级应用开发,比如,银行系统,超市系统,京东商城等都是用Java开发的,学了Java也可以转安卓和大数据 也包括云数据方面的,大数据这两年也很火,但必须要有Java的基础 H5属于前端,网站方面,跟Java是一定的关系.也可以 阅读全文
posted @ 2017-05-19 15:06 Sivek_lin 阅读(892) 评论(0) 推荐(0)
摘要:#import "QLCWebViewController.h" #import @interface QLCWebViewController () @property (weak, nonatomic) IBOutlet UIView *contentView; @property (weak, nonatomic) IBOutlet WKWebView *webView; @proper... 阅读全文
posted @ 2017-05-15 20:28 Sivek_lin 阅读(387) 评论(0) 推荐(0)
摘要:#import "UITextField+Placeholder.h" #import @implementation UITextField (Placeholder) +(void)load{ Method setPlaceholder = class_getInstanceMethod(self, @selector(setPlaceholder:)); Metho... 阅读全文
posted @ 2017-05-14 23:36 Sivek_lin 阅读(218) 评论(0) 推荐(0)
摘要:1.自定义一个自己的UITextField类,在类中实现如下代码: 方法一:利用UITextField属性attributedPlaceholder直接设置 方法二:利用用KVC获取TextField系统属性设置 阅读全文
posted @ 2017-05-14 18:09 Sivek_lin 阅读(356) 评论(0) 推荐(0)
摘要:wampserver下载地址(64位):https://sourceforge.net/projects/wampserver/?source=typ_redirect 计算机中丢失vcruntime140.dll,下载 计算机中丢失vcruntime140.dll,下载 计算机中丢失vcrunti 阅读全文
posted @ 2017-05-10 15:15 Sivek_lin 阅读(211) 评论(0) 推荐(0)