1. fasttext 参数含义 - input # training file path (required) 训练文件路径(必须)<br> - lr # learning rate [0.1] 学习率 default 0.1<br> - dim # size of word vectors [1 ...
                            
                            
                                分类:
其他好文   时间:
2020-07-28 00:30:47   
                                阅读次数:
122
                             
                    
                        
                            
                            
                                    npm run dev 报错:missing script:dev ...
                            
                            
                                分类:
其他好文   时间:
2020-07-27 23:54:56   
                                阅读次数:
76
                             
                    
                        
                            
                            
                                AXI协议中用到的一些术语 AXI Transaction:the complete set of required operations on the AXI bus form the AXI Transaction AXI Burst:any required payload data is t ...
                            
                            
                                分类:
其他好文   时间:
2020-07-26 01:33:58   
                                阅读次数:
109
                             
                    
                        
                            
                            
                                // item 为 chooseImage 返回的图片 path let buffer = wx.getFileSystemManager().readFileSync(item) wx.cloud.callFunction({ name:'printedTextOCR', data: { buff ...
                            
                            
                                分类:
微信   时间:
2020-07-26 00:56:32   
                                阅读次数:
103
                             
                    
                        
                            
                            
                                    1.组件注解@Component("xxx")@Scope("prototype")@Lazy(true)@DepondsOn({"aa","bb"})@PostConstructor和@PreDestroy@Resource(name="xx")@Autowired(required=false) ...
                            
                            
                                分类:
编程语言   时间:
2020-07-25 09:20:19   
                                阅读次数:
98
                             
                    
                        
                            
                            
                                    https://stackoverflow.com/questions/32539285/pointer-is-missing-a-nullability-type-specifier To disable this warning across your entire project Go to  ...
                            
                            
                                分类:
其他好文   时间:
2020-07-24 16:21:59   
                                阅读次数:
78
                             
                    
                        
                            
                            
                                    题目来源:leetcode268 缺失数字 题目描述: 给定一个包含 0, 1, 2, ..., n 中 n 个数的序列,找出 0 .. n 中没有出现在序列中的那个数。 示例 1: 输入: [3,0,1] 输出: 2 示例 2: 输入: [9,6,4,2,3,5,7,0,1] 输出: 8 说明:  ...
                            
                            
                                分类:
其他好文   时间:
2020-07-23 16:04:59   
                                阅读次数:
78
                             
                    
                        
                            
                            
                                    propagation_required propagation_supports propagation_mandatory propagation_requires_new propagation_not_supported propagation_never propagation_neste ...
                            
                            
                                分类:
编程语言   时间:
2020-07-21 22:17:27   
                                阅读次数:
56
                             
                    
                        
                            
                            
                                    题目链接 Polycarpus has a ribbon, its length is n. He wants to cut the ribbon in a way that fulfils the following two conditions: After the cutting each r ...
                            
                            
                                分类:
其他好文   时间:
2020-07-21 21:35:20   
                                阅读次数:
72
                             
                    
                        
                            
                            
                                function validInfoForm(){ return $("#form_password").validate({ ignore : "",//验证隐藏域,解决切换标签后隐藏域无法验证问题 rules: { oldPassword: { required: !0 }, newPasswo ...
                            
                            
                                分类:
Web程序   时间:
2020-07-20 20:31:24   
                                阅读次数:
108