全文搜索
标题搜索
全部时间
1小时内
1天内
1周内
1个月内
默认排序
按时间排序
为您找到相关结果94,503个

Android仿QQ消息提示实现弹出式对话框_Android_脚本之家

showAtLocation(View parent, int gravity, int x, int y):相对于父控件的位置(例如正中央Gravity.CENTER,下方Gravity.BOTTOM等),可以设置偏移或无偏移这里只是达到同样的显示效果,仅示范下showAtBottom的使用:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29...
www.jb51.net/article/955...htm 2025-3-14

IntelliTamper 2.07/2.08 Beta 4 A HREF Remote Buffer Overflow Exp...

/* ben y'a du SEH alors le premier lien qui est fait plus petit */ /* pour la v2.07 ca fera pas planter, ca sera pris en charge par le */ /* programme.. Bref que dire de plus... Si ce n'est qu'on peut p-e */
www.jb51.net/hack/57...html 2025-3-18

Android自定义实现顶部粘性下拉刷新效果_Android_脚本之家

private static final float TOUCH_MOVE_MAX_Y=600; @Override protected int initLayoutId() { return R.layout.activity_view_mv; } @Override protected void initView(@Nullable Bundle savedInstanceState) { rl_view.setOnTouchListener(new View.OnTouchListener() { @Override public boolean onTouch(View...
www.jb51.net/article/1261...htm 2025-3-10

springboot中请求地址转发的两种方案_java_脚本之家

public Response commonEdity(@RequestBody CommonObj commonObj) { return reflectControl(commonObj); } /** * 公共查询接口 */ @PostMapping("/query") public Response commonQuery(@RequestBody CommonObj commonObj) { return reflectControl(commonObj); } } 到此这篇关于springboot中请求地址转发的两种方...
www.jb51.net/program/305911s...htm 2025-3-20

Windows x86/ x64 Ring3层注入Dll总结_win服务器_脚本之家

; UINT32 StartingY; UINT32 CountX; UINT32CountY; UINT32 CountCharsX; UINTCountCharsY; UINT32 Fill; UINT WindowFlags; UINT ShowWindowFlags; UNICODE_STRING WindowTitle; UNICODESTRING DesktopInfo; UNICODE_STRINGShellInfo; UNICODE
www.jb51.net/article/960...htm 2025-3-19

Java实现注册登录与邮箱发送账号验证激活功能_java_脚本之家

public Map<String,Object> registery(User user){ Map<String,Object> map = userService.createAccount(user); return map; } /** * 用户登录 * */ @PostMapping("login") public Map<String,Object> login(User user){ Map<String,Object> map = userService.accountLogin(user); return map; } /*...
www.jb51.net/article/2705...htm 2025-3-20

SpringBoot整合Thymeleaf小项目及详细流程_java_脚本之家

g2.drawLine(x, y, x + xl + 40, y + yl + 20); // 添加噪点 float yawpRate = 0.05f;// 噪声率 int area = (int) (yawpRate * w * h); for (int i = 0; i < area; i++) { int x = random.nextInt(w); int y = random.nextInt(h); int rgb = getRandomIntColor();...
www.jb51.net/article/2416...htm 2025-3-20

Android Studio连接MySql实现登录注册(附源代码)_Android_脚本之家

tools:layout_editor_absoluteY="207dp" android:padding="50dp" > <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <TextView android:id="@+id/textView" android:layout_width="wrap_content" android:layout_height="wrap_content"...
www.jb51.net/article/2123...htm 2025-3-16

Android实现简单用户注册案例_Android_脚本之家

tools:layout_editor_absoluteY="0dp" android:orientation="horizontal" tools:layout_editor_absoluteX="8dp"> <TextView android:layout_width="wrap_content" android:layout_height="40dp" android:textSize="18sp" android:textColor="@android:color/background_dark" android:text="手机号:"/> <EditText...
www.jb51.net/article/1872...htm 2025-3-22

微信小程序拍卖商品详情页设计与交互实现代码(含倒计时、实时更新出价...

// return y + '-' + m + '-' + d; } module.exports = { js_date_time: js_date_time } 注:网络文章抄袭严重,请尊重劳动成果,特别是CSDN的用户,转载请注明本人出处。 到此这篇关于微信小程序拍卖商品详情页设计与交互实现代码(含倒计时、实时更新出价)的文章就介绍到这了,更多相关小程序拍卖商品详...
www.jb51.net/article/2581...htm 2025-3-21