Game Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1563 Accepted Submission(s): 664 Problem Des ...
分类:
其他好文 时间:
2018-11-17 23:19:44
阅读次数:
192
<?xml version="1.0"?><!-- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the Lice ...
分类:
其他好文 时间:
2018-11-17 20:43:22
阅读次数:
269
Error msg 错误原因: 账号切换, 原账号保存数据未清除 解决: 1. 清除凭证: 控制面板-->用户账户-->凭证管理器-->管理凭证: 删除git相关的凭证 2. 删除本地git配置数据: cd ~ && rm -rf .git* 即可重新配置git信息 ...
分类:
其他好文 时间:
2018-11-17 14:39:51
阅读次数:
136
1.@Nullable 作用于函数参数或者返回值,标记参数或者返回值可以为空. 2,@NonMull 作用于函数参数或者返回值,标记参数或者返回值不可以为空. 3.@LayoutRes 标记整数值android.R.layout类型 4.@UiThread 标记运行在UI线程 中 5.@MainTh ...
分类:
移动开发 时间:
2018-11-16 17:22:14
阅读次数:
232
Exception in thread "main" org.apache.hadoop.security.AccessControlException: Permission denied: user=xiaol, access=WRITE, inode="/xiaol":root:supergr ...
分类:
数据库 时间:
2018-11-13 02:24:43
阅读次数:
279
任意门:http://acm.hdu.edu.cn/showproblem.php?pid=2157 How many ways?? Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Tot ...
分类:
其他好文 时间:
2018-11-13 02:23:12
阅读次数:
189
Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replaced to get t. All occurrenc ...
分类:
其他好文 时间:
2018-11-12 13:13:31
阅读次数:
120
Strange fuction Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 10462 Accepted Submission(s): 699 ...
分类:
其他好文 时间:
2018-11-11 20:17:42
阅读次数:
122
laravelcollective/html barryvdh/laravel debugbar spatie/laravel permission sven/artisan view ...
分类:
其他好文 时间:
2018-11-10 00:54:50
阅读次数:
143
Nginx (engine x) 是一个高性能的HTTP和反向代理服务,也是一个IMAP/POP3/SMTP服务。 wsgi是PythonWeb服务器网关接口(Web Server Gateway Interface),WSGI是作为Web服务器与Web应用程序或应用框架之间的一种低级别的接口,以提 ...
分类:
Web程序 时间:
2018-11-08 10:11:43
阅读次数:
267