@Hopelessness
2019-12-30T16:29:00.000000Z
字数 3583
阅读 1266
任务计划
进度表
帮助文档
避坑指南:绝对不要认为Composer自己能找到自己的vendor/autoload,最好自己进ps查查看。
Vmware Station=>Windows Server 2016=>Xampp =>emlog
需求整理:CRM系统
phpmyadmin[http://172.22.58.207:8081/phpmyadmin/]
Found the
data_code
indbo.economic.info_data.data_code
CREATE TABLE [table_name] (
data_code CHAR, /* 数据表中代码,参照代码规则 */
data_ori CHAR, /* 原数据库中名称 */
data_chn CHAR, /* 数据通用中文名称 */
[y2010],[y2011],[y2012],[y2013],
[y2014],[y2015],[y2016],[y2017],[y2018],
[y2019],[y2020],[y2021],[y2022],[y2023],[y2024]
/* 统计数据年份 */
)
CREATE TABLE info_country (
country_cn CHAR(100), /* 国家中文名称 */
country_en CHAR(100), /* 国家英文名称 */
country_code CHAR(3) PRIMARY, /* 国家三位名称,世界银行规则 */
country_code_2 CHAR(2), /* 国家二位名称,EIU常用 */
currency_code CHAR(2), /* 本国货币代码 */
currency_name CHAR(50) /* 本国货币名称 */
)
Preparing for create.
As a Primary Key for every
data_[data_name]
.
YEAR INDICATORS
eiu BVD Country Outlook
wb World Bank
wdi World Development Indicator
imf 国际货币基金组织
weo World Economic Outlook
ifs IFS of IMF
ceic CEIC data
stat 国家统计局
mof 中国商务部
_gdp Gross Domestic Product
_cab Current_Account_Balance
_fer Foreign Exchange Reserve
_cpi Inflation % ( CPI index Average Year Change)
_pop Population
_upr Unemployment Rate
_gni GINI index
_m2s Broad Money Supply M2
_dcg Domestic Credit Gross
_dir Deposite Interest Rate
_lir Lending Interest Rate
_exr Exchange rate
_tfd Total_Foreign_Debt
_gpd General_Public_Debt
_cgd Centrel_Government_Debt
_fdi Foreign Direct Investment, Inward
_fdo Foreign Direct Investment, Outward
_itt Imports, total
_itg Imports, goods
_ett Exports, total
_etg Exports, goods
_gbb Government budget balance
_gbe Government budget expenditue
_gbr Government budget reserve
_n nominal or constant
_r Real or current
_pc percent change
_p per captial
_ppp in PPP price
_g of GDP
_d of total foreign debt
_per per unit
_mil million
_bil billion
_pct percent
_ths thousand
_d us dollors
_c domestic currency
_i index
_2010 in 2010 price (Specially for Nominal GDP Indicator)
_end End of a time period
_avg Average of a time period
_f Float value
_s Stock value