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”为单词的第 ...
随机推荐
- 基于jsp+servlet+javabean的MVC模式简单应用
原先写在CSDN的一篇,我直接扒过来吧.之前打算在CSDN的,结果写了几回,发现他那个发布系统简直烂到家,经常丢失图片各种.所以很长一段时间我也没写什么. 一.MVC模式 1.M : javabea ...
- Sublime Text3 最常用快捷键
软件快捷键再多,平时常用的也就那么几个,先总结如下: 全选:Ctrl+A 复制:Ctrl+C 粘贴:Ctrl+V 删除:Ctrl+X 快速复制到下一行:Ctrl+Shift+D 快速向上移动代码:Ct ...
- 7.7 WPF后台代码绑定如果是属性,必须指定一下数据上下文才能实现,而函数(click)就不用
如: private bool _IsExportWithImage; /// <summary> /// 是否选择导出曲线图 /// </summary> public bo ...
- [2017-09-04]Abp系列——为什么值对象必须设计成不可变的
本系列目录:Abp介绍和经验分享-目录 这篇是之前翻备忘录发现漏了的,前阵子刚好同事又提及过这个问题,这里补上. 本文重点在于理解什么是值对象的不可变性. Abp的ValueObject以及EF的Co ...
- MongoDB对应SQL语句
-------------------MongoDB对应SQL语句------------------- 1.Create and Alter 1. sql: crea ...
- kindeditor上传图片时候,上传成功了,但是页面上却提示失败
今天尝试着kindeditor做一个上传demo,碰到了一个日狗的问题,百度谷歌都没有答案,最后查看源码才发现问题所在,记录一下,福利大众. 碰到问题如下,图片后台明明上传成功了,返回信息也是正确的, ...
- linux使用bbswitch+nvidia-xrun取代bumblebee
nvidia-xrun的比bumblebee使用nvidia optimus的性能更好,关键是xrun支持Vulkan. 本文保存并更新在github:levinit/itnotes/linux/ar ...
- 三,ESP8266 SPI
重点是说SPI通信协议,,,, 不要害怕协议因为协议是人规定的,,刚好我也是人......规定的协议既然能成为规范让所有人所接受,那么必然有它的优势和优点,必然值得学习,, 害怕协议的人是因为当初碰到 ...
- PHP之CI框架第一课
- Vuforia开发完全指南---Vuforia概述
Vuforia概述 AR(Augmented Reality)增强现实,想必大家都已经很熟悉了.这是当下最热的技术之一,是利用计算机视觉和计算机图像学领域的相关知识将虚拟世界融入到现实生活当中.AR和 ...