QiKai Shi
QiKai Shi
关于数据库id
梁老师: 比如网站url:https://www.boblog.com/?category_id=3 这个id太明显了, 是否有什么技术去隐藏这个id呢? 因为如果detail详情页也都是id的话 别人都随便换一个就能看了。 不知道我表达清楚没有。
like `md5.digest(stringToSign.getBytes(charset))` in JAVA?
aes-js version: 3.1.2. why should the length of plaintext in CBC be 16?

@Override public int getMovementFlags(RecyclerView recyclerView, RecyclerView.ViewHolder viewHolder) { // Set movement flags based on the layout manager if (recyclerView.getLayoutManager() instanceof GridLayoutManager) { final int dragFlags = ItemTouchHelper.UP | ItemTouchHelper.DOWN |...
I found that there is a bug existing when you Use BigImageButtonsCard or BigImageCard and swipe to dismiss a card, the card below the card dismissed may change it's Layouts....
看着楼主大神的不断进步,很是崇拜,也一直在跟着你的项目一直在学习。 注意到好像重构了,跟之前的代码完全不一样了。 现在疑惑的地方有三个,大神能给我讲讲吗? 1.require-directory 自动路由加载 这个是体现在哪里? 2.看文档里token需要base64转码了? 之前的token在代码里都是前面加“bearer:”就行 3.关于验证器这块有相关的文章吗?直接看代码的话有点看不懂 多谢!
Hey your code is nice! If the code contains the permission dealing with the 6.0, it's could't be better. I have already downloaded the code and add permission dealing myself.,...