jquery.i18n.properties前端国际化解决方案“填坑日记”
但现在的情况是老的项目并没有使用这类架构。说起国际化,博主几年前就做过,在MVC里面实现国际化有通用的解决方案,主要就是通过资源文件的方式定义多语言。最初接到这个任务,并没有太多顾虑,毕竟这种东西有很成熟的解决方案,实现起来难点不会很大。可当真正动起来手来去实现的时候发现一些问题,这里先介绍下我们老平台的架构:MVC+WebApi,MVC项目负责页面渲染,webapi负责数据接口,是一种很传统的架构方式。国际化主要在MVC端去做就好了,可是由于MVC项目里面使用了大量第三方bootstrap组件,几乎95%的组件都是通过js去实现的,比如bootstrapTable,比如bootstrap-select,比如bootstrap-fileinput。如果按照传统的方式,仅仅在MVC里面去实现国际化,那么大量的js代码里面的中文没法统一处理,并且很多第三方组件有自己的本地化local文件,和后端的国际化很难统一处理;可能有人又说,那就前后端分开国际化呗,这种方案博主真的想过,但是想到要维护两套资源文件,果断放弃。最后还是决定直接维护一套,做前端国际化好了。于是在网上搜索基于jquery的国际化,千篇一律,几乎都说的是jquery + jquery.i18n.properties这种方案,既然大家都这么选型,那博主也按照这种思路去做好了。
在实现的过程中,有很多值得注意和分享的东西,在此写一个填坑笔记,希望对大家有帮助!接下来,博主就一步一步带领大家解决这个过程中遇到的一些坑,如果有这个需求的童鞋可以关注下,可能这些问题你也会遇到。
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681825
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681827
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681829
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681832
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681834
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681837
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681839
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681842
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681844
http://buluo.qq.com/p/detail.html?bid=393816&pid=6064028-1506681846
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685548
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685551
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685553
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685556
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685558
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685561
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685563
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685566
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685568
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506685570
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689198
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689201
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689203
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689205
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689208
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689210
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689213
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689215
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689218
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506689220
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692856
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692859
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692861
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692864
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692866
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692869
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692871
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692873
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692876
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506692878
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506681866
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506681869
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506681871
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506681874
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506681876
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506681878
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506681881
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506681883
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685547
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685550
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685552
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685555
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685557
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685559
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685562
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685564
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685566
http://buluo.qq.com/p/detail.html?bid=393816&pid=8743315-1506685569
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506689180
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506689182
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506689185
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506689184
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689206
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689209
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689211
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689213
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689216
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689218
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689221
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689223
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689225
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506689228
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692855
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692857
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692860
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692862
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692865
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692867
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692869
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692872
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692874
http://buluo.qq.com/p/detail.html?bid=393816&pid=3863849-1506692876
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681805
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681808
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681810
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681813
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681815
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681817
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681820
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681822
http://buluo.qq.com/p/detail.html?bid=393816&pid=9311094-1506681825
http://buluo.qq.com/p/detail.html?bid=393816&pid=620908-1506681805
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681815
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681817
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681819
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681822
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681824
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681827
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681829
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681831
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681834
http://buluo.qq.com/p/detail.html?bid=393816&pid=1457489-1506681836
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506685527
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506685530
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506685532
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506685534
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506685537
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506685539
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506685542
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681835
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681838
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681840
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681843
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681845
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681847
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681850
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681852
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681855
http://buluo.qq.com/p/detail.html?bid=393816&pid=841307-1506681857
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689218
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689221
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689223
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689226
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689228
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689230
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689233
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689235
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689238
http://buluo.qq.com/p/detail.html?bid=393816&pid=5936284-1506689240
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685532
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685534
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685536
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685539
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685541
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685544
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685546
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685548
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685551
http://buluo.qq.com/p/detail.html?bid=393816&pid=8076985-1506685553
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506685526
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506685529
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506685531
http://buluo.qq.com/p/detail.html?bid=393816&pid=8420929-1506685527
http://buluo.qq.com/p/detail.html?bid=393816&pid=8420929-1506685529
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681829
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681831
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681834
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681836
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681839
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681841
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681843
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681846
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681848
http://buluo.qq.com/p/detail.html?bid=393816&pid=7187892-1506681851
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506681865
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506681868
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506681870
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506681873
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506681875
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506681877
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506681880
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506681882
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506685517
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506685520
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506685522
http://buluo.qq.com/p/detail.html?bid=393816&pid=4940672-1506685525
http://buluo.qq.com/p/detail.html?bid=393816&pid=74001-1506689246
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506681862
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506681864
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506692865
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506692867
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506685526
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506685529
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506685531
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506685533
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506685536
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506685538
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506685541
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506685543
http://buluo.qq.com/p/detail.html?bid=393816&pid=557173-1506692862
http://buluo.qq.com/p/detail.html?bid=393816&pid=557173-1506692865
http://buluo.qq.com/p/detail.html?bid=393816&pid=557173-1506692867
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685541
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685543
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685545
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685548
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685550
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685553
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685555
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685557
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685560
http://buluo.qq.com/p/detail.html?bid=393816&pid=6054712-1506685562
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681831
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681833
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681836
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681838
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681841
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681843
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681845
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681848
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681850
http://buluo.qq.com/p/detail.html?bid=393816&pid=8475477-1506681853
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681819
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681821
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681824
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681826
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681828
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681831
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681833
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681836
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681838
http://buluo.qq.com/p/detail.html?bid=393816&pid=5235833-1506681840
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681809
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681811
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681813
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681816
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681818
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681821
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681823
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681825
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681828
http://buluo.qq.com/p/detail.html?bid=393816&pid=5753059-1506681830
http://buluo.qq.com/p/detail.html?bid=393816&pid=620908-1506689186
http://buluo.qq.com/p/detail.html?bid=393816&pid=620908-1506689188
http://buluo.qq.com/p/detail.html?bid=393816&pid=620908-1506689191
http://buluo.qq.com/p/detail.html?bid=393816&pid=620908-1506689193
http://buluo.qq.com/p/detail.html?bid=393816&pid=620908-1506689195
http://buluo.qq.com/p/detail.html?bid=393816&pid=620908-1506689198
http://buluo.qq.com/p/detail.html?bid=393816&pid=620908-1506689200
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685536
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685538
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685540
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685543
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685545
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685548
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685550
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685552
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685555
http://buluo.qq.com/p/detail.html?bid=393816&pid=8025006-1506685558
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689204
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689207
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689209
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689211
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689214
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689216
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689219
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689221
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689223
http://buluo.qq.com/p/detail.html?bid=393816&pid=4125412-1506689226
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689226
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689229
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689231
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689233
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689236
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689238
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689241
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689243
http://buluo.qq.com/p/detail.html?bid=393816&pid=5124680-1506689245
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681839
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681841
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681844
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681846
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681849
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681851
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681854
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681856
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681858
http://buluo.qq.com/p/detail.html?bid=393816&pid=8480627-1506681861
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506689247
http://buluo.qq.com/p/detail.html?bid=393816&pid=7076679-1506689250
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681813
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681815
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681818
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681820
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681822
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681825
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681827
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681830
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681832
http://buluo.qq.com/p/detail.html?bid=393816&pid=9699758-1506681834
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681821
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681823
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681826
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681828
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681831
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681833
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681836
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681838
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681840
http://buluo.qq.com/p/detail.html?bid=393816&pid=2848862-1506681843
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689220
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689223
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689225
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689228
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689230
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689233
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689235
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689237
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689240
http://buluo.qq.com/p/detail.html?bid=393816&pid=4286494-1506689242
http://buluo.qq.com/p/detail.html?bid=393816&pid=1181807-1506685516
jquery.i18n.properties前端国际化解决方案“填坑日记”的更多相关文章
- 前端系列——jquery.i18n.properties前端国际化解决方案“填坑日记”
前言:最近,新的平台还没有开发完成,原来的老项目又提出了新的需求:系统国际化.如果是前后端完全分离的开发模式,要做国际化,真的太简单了,有现成的解决方案,基于Node构建的时下热门的任何一种技术选型都 ...
- 前端系列——jquery前端国际化解决方案“填坑日记”
前言:最近,新的平台还没有开发完成,原来的老项目又提出了新的需求:系统国际化.如果是前后端完全分离的开发模式,要做国际化,真的太简单了,有现成的解决方案,基于Node构建的时下热门的任何一种技术选型都 ...
- jquery.i18n.properties前端国际化方案
如果新项目要做系统国际化, 时下热门的任何一种技术选型都有成熟的方案,比如: vue + vue-i18n angular + angular-translate react + react-intl ...
- Web前端国际化之jQuery.i18n.properties
Web前端国际化之jQuery.i18n.properties jQuery.i18n.properties介绍 国际化是如今Web应用程序开发过程中的重要一环,jQuery.i18n.propert ...
- 使用 jQuery.i18n.properties 实现 Web 前端的国际化
jQuery.i18n.properties 简介 在介绍 jQuery.i18n.properties 之前,我们先来看一下什么是国际化.国际化英文单词为:Internationalization, ...
- jQuery之前端国际化jQuery.i18n.properties
jQuery.i18n.properties是一款轻量级的jQuery国际化插件,能实现Web前端的国际化. 国际化英文单词为:Internationalization,又称i18n,"i& ...
- 【转】jQuery之前端国际化jQuery.i18n.properties
jQuery之前端国际化jQuery.i18n.properties 基于jQuery.i18n.properties 实现前端页面的资源国际化 jquery-i18n-properties
- jQuery之前端国际化jQuery.i18n.properties[转]
http://www.ibm.com/developerworks/cn/web/1305_hezj_jqueryi18n/ jQuery.i18n.properties是一款轻量级的jQuery国际 ...
- jQuery国际化插件 jQuery.i18n.properties 【轻量级】
jQuery.i18n.properties是一款轻量级的jQuery国际化插件,能实现Web前端的国际化. 国际化英文单词为:Internationalization,又称i18n,“i”为单词的第 ...
随机推荐
- HTML 输入类型
HTML 输入类型 输入类型 本章描述 <input> 元素的输入类型. 输入类型:text <input type="text"> 定义供文本输入的单行输 ...
- SSM三大框架整合详细教程(Spring+SpringMVC+MyBatis
原博主链接:( http://blog.csdn.net/zhshulin ) 使用 SSM ( Spring . SpringMVC 和 Mybatis )已经有三个多月了,项目在技术上已经没有什么 ...
- vs下开端口直接调试iis
有些时候我们接口调试不想发布然后挂到iis下面,因为这样子调试有点麻烦,不是不可以调试.当然我们就希望在vs下直接运行直接打断点调试! 只需要三步就可以实现: 1) 找到这个文件 2) 打开上面文 ...
- java.lang.reflect.MalformedParameterizedTypeException异常问题
做dubbo框架集成的时候,出现的问题,本来的原来的工程没有错误,引入dubbo后报错,原因是spring的jar文件冲突,我用的spring是4.x,dubbo引入的是2.5所以需要去掉,相关的po ...
- 大道至简第一章观后感——java伪代码
一节: public class Yugongyishan_ { //定义一个名为Yugongyishan_的类 Public static void main(string args[]) // ...
- Linux-ps命令(7)
名称:ps(process status) 使用权限:所有使用者说明:显示瞬间进程 (process) 的动态 示例: 比如输入ps查看进程,如下图: 其中输出状态栏参数: PID 该 process ...
- UX是什么?
UX(用户体验),操作过安卓手机或者苹果手机的系统吧?那么操作过程的整体体验就叫UX,而操作过程中所看到的界面颜色啦,图案,字体大小啦等等都属于UI设计,而交互设计(Interaction Desig ...
- 201521123103 《Java学习笔记》 第四周学习总结
一.本周学习总结 1.1 尝试使用思维导图总结有关继承的知识点. 1.2 使用常规方法总结其他上课内容. (1)多态性:相同形态,不同行为(不同的定义): (2)多态绑定:运行时能够自动地选择调用哪个 ...
- 201521123038 《Java程序设计》 第十四周学习总结
201521123038 <Java程序设计> 第十四周学习总结 1. 本周学习总结 1.1 以你喜欢的方式(思维导图或其他)归纳总结多数据库相关内容. 接口: DriverManager ...
- 201521123097《Java程序设计》第九周学习总结
1. 本周学习总结 1.1 以你喜欢的方式(思维导图或其他)归纳总结异常相关内容. 2. 书面作业 本次PTA作业题集异常 1.常用异常 题目5-1 1.1 截图你的提交结果(出现学号) 1.2 自己 ...