Lion
Lion
本人转载了一下用于备忘,望同意 [my blog](https://blog.csdn.net/coooliang/article/details/99550991)
真机下运行demo代码,点击同一个tabbar图标会越来越大,模拟器正常; 系统ios12.3.1 iphone7
希望能加入package manager
``` Launching lib/main.dart on iPhone Xʀ in debug mode... Removing obsolete reference to flutter_assets from Runner.app Warning: CocoaPods minimum required version 1.6.0 or greater not installed. Skipping pod install. CocoaPods...
复制的可以哦 ,输入法已经切为英文了 未知数据格式无法解析(请提供json字符串或者dictionary字符串) 这两个人也遇到了和我一样的问题,应该不是输入法问题吧? https://github.com/netyouli/WHC_DataModelFactory/issues/10 https://github.com/netyouli/WHC_DataModelFactory/issues/21
1.in ios project 2.cd path execute: "guetzli result.png result.png" 3.build xcode call me errror: "pngcrush caught libpng error" Is that result.png is jpg type file???
[!] CocoaPods could not find compatible versions for pod "UITextView-WZB": In Podfile: UITextView-WZB (~> 1.1.1) Specs satisfying the `UITextView-WZB (~> 1.1.1)` dependency were found, but they required a higher minimum...
关键代码为.a
您好,可否讲一下识别的思路或说明使用的技术,以提供思路。
tomcat6 jdk1.6 lib已添加了servlet-api.jar,编译没有报错,但是登录后404 ,貌似找不到对应的Servlet 请问还需要配置什么呢
need add platform:ios, '8.0' my podfile is: inhibit_all_warnings! platform:ios, '7.0' source 'https://github.com/CocoaPods/Specs.git' def pods pod 'ZAColorChooseView', :git => 'https://github.com/chuting/ZAColorChooseView' end target 'CardsPackage' do pods end