首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
两头专题
C语言的项目开发模型(1)-字符串两头堵
#include"stdio.h" #include "stdlib.h" #include "string.h" #include "TestChar.h" //测试主函数 int main(){ int returnValue = 0; char *inBuff = " abcdsdsefgdddd "; //在主调函数定义内存空间,用于被调函数修改内存 char outBuff[
阅读更多...
recyclerview滑动菜单两头大中间小 + 倒影
自定义了layoutManager+RecyclerView,直接上代码 public class MyLayoutManager extends RecyclerView.LayoutManager {private int mSumDx = 0;private int mTotalWidth = 0;private int mItemWidth, mItemHeight;private S
阅读更多...