android spinner禁止点击_微信多开教程:Win、Mac、iOS、Android

789ddf711a35cc3863d406eaf0a3b109.png
微信双开一般来说问题不大,但仍需节制,合法运营。

文章主要分享内容为:微信多开教程

覆盖全平台:Windows、Mac、iOS、Android,亲测有效,童叟无欺!

用上这些教程,就省得你来回登录,反复验证的麻烦了。

简短截说,快来看看是怎么做到的!

1

Windows版

下载方法

百度上搜索“微信Windows版多开器”,看到和下面截图一样的下载就行。

daf76a1625962c693e117462b5d04411.png

使用方法

  1. 下载后双击运行;
  2. 点击【…】按钮,找到微信的安装路径(默认是C盘-Program Files (x86)-Tencent-WeChat-微信快捷方式),或者直接选择桌面的微信快捷方式;
  3. 选择开启数量,点击启动即可。

2

Mac版

操作步骤

1.在Finder的应用程序中,找到微信应用程序。

246b5f08a58c77d3619ebaa3db3f8230.png

2.点击右键,选择【显示包内容】。

5196a5a7b7df4fc7e40bef783734512b.png

3.点击文件夹【Contents】,再打开【MacOS】。

94f7f2eaab354dff3b87ff15da3f7764.png

4.右键点击【WeChat】,选择【制作替身】。

9c2086e36dddee78c3d8e45fd0b93f05.png

5.把替身拖到桌面,点开替身,扫描登录账户即可。

温馨提示

此方法只能制作1个替身,只能登陆2个账号。

3

Android版

像小米手机、锤子手机等一些Android手机自带微信分身,直接可以微信多开。步骤是:设置-应用管理-应用双开。

6066247fc46c10745f91cb317a15834f.png
小米手机双开界面

95e80eeb1392bedd666a2532fdbade96.png
锤子手机双开界面

一些没有自带分身软件的Android手机,可以在应用商店,搜索下载微信多开软件。

比如以下三款软件,都是沙师弟亲测好用的安卓微信多开软件:

4a2c6a856472b52048bc100dbb504b3b.png

367486363a8b0b3735bc9697ac86074e.png

63787ba727f9197d5d75ad187a82b455.png

4

iOS版

在沙师弟找到这一款软件之前,一直以为iOS端微信无法双开。要不就是越狱,在应用商店安装双开软件;要不就是在某宝,购买专门的双开软件。

但是!!沙师弟跋山涉水,终于找到了一款不用越狱不用某宝的iOS端微信多开应用!!

并且经过反复测试,完全可以正常使用。

获取方式

在手机浏览器上打开网址:http://www.jabizb.cn,选择安装任一个分身,或者你俩都安上也行。

e7db842c8953de2f1188e1d49ce82b10.png

提示“未受信任的企业及开发者”的话,然后去设置-通用-设备管理-点击信任即可。

c3fefec7ed9d9b58252bcf28f80e1c29.png

这俩图标本身就是黑白。。

成功登陆之后,新消息提醒、刷朋友圈,一点都不耽误。

在此感谢【JaBi扎比】,提供了这么好的软件。(已获作者授权)

但是,还是要说但是

如果是想在上班时间,同时登录工作微信和私人微信的话,我还是建议大家不要过长时间登录,也不要在多开的微信里保存重要信息,以防不测。

如果想要长时间登录多账号,想要更稳定的效果,也可以移步某宝。

友情提示

微信双开一般来说问题不大,但是如果再多的话,微信有可能会封杀,所以要谨慎,尤其不要拿来刷量、骗人的勾当,合法运营。

6bec5249a449f3b6c2b703a3e009870d.png

作者:沙师弟

来源:微信公众号:i排版

本文由 @沙师弟 授权发布于运营派,未经作者许可,禁止转载。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
下面是Android Studio失物招领模块Xml文件的实现代码,请修改代码实现下拉以及图片上传功 <TextView android:id="@+id/shiwuzhaolingzi" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="请选择是失物还是招领" /> <Spinner android:id="@+id/spinner_lost_found" android:layout_width="match_parent" android:layout_height="wrap_content" android:entries="@array/lost_found_array" /> <TextView android:id="@+id/text_item_name" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="物品名称" /> <EditText android:id="@+id/edit_item_name" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="text" /> <TextView android:id="@+id/text_item_desc" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="物品描述" /> <EditText android:id="@+id/edit_item_desc" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="text" /> <TextView android:id="@+id/text_item_time" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="时间" /> <EditText android:id="@+id/edit_item_time" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="text" /> <TextView android:id="@+id/text_item_location" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="地点" /> <EditText android:id="@+id/edit_item_location" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="text" /> <Button android:id="@+id/button_upload_image" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="上传图片" /> <TextView android:id="@+id/text_image_path" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="图片路径:" /> <Button android:id="@+id/button_submit" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="提交" /> </LinearLayout>
最新发布
05-17
以下是修改后的代码实现下拉和图片上传功能: <TextView android:id="@+id/shiwuzhaolingzi" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="请选择是失物还是招领" /> <Spinner android:id="@+id/spinner_lost_found" android:layout_width="match_parent" android:layout_height="wrap_content" android:entries="@array/lost_found_array" /> <TextView android:id="@+id/text_item_name" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="物品名称" /> <EditText android:id="@+id/edit_item_name" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="text" /> <TextView android:id="@+id/text_item_desc" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="物品描述" /> <EditText android:id="@+id/edit_item_desc" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="text" /> <TextView android:id="@+id/text_item_time" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="时间" /> <EditText android:id="@+id/edit_item_time" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="text" /> <TextView android:id="@+id/text_item_location" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="地点" /> <EditText android:id="@+id/edit_item_location" android:layout_width="match_parent" android:layout_height="wrap_content" android:inputType="text" /> <Button android:id="@+id/button_upload_image" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="上传图片" android:onClick="onUploadImageClick" /> <TextView android:id="@+id/text_image_path" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="图片路径:" /> <Button android:id="@+id/button_submit" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="提交" android:onClick="onSubmitClick" /> <!-- 添加下拉框选项数组 --> <string-array name="lost_found_array"> <item>失物</item> <item>招领</item> </string-array> <!-- 添加文件选择器 --> <com.github.dhaval2404.imagepicker.ImagePicker android:id="@+id/imagePicker" android:layout_width="wrap_content" android:layout_height="wrap_content" /> 修改后的Java代码: public class MainActivity extends AppCompatActivity { private Spinner mSpinnerLostFound; private EditText mEditItemName; private EditText mEditItemDesc; private EditText mEditItemTime; private EditText mEditItemLocation; private TextView mTextImagePath; private Button mButtonUploadImage; private Button mButtonSubmit; private ImagePicker mImagePicker; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); // 初始化控件 mSpinnerLostFound = findViewById(R.id.spinner_lost_found); mEditItemName = findViewById(R.id.edit_item_name); mEditItemDesc = findViewById(R.id.edit_item_desc); mEditItemTime = findViewById(R.id.edit_item_time); mEditItemLocation = findViewById(R.id.edit_item_location); mTextImagePath = findViewById(R.id.text_image_path); mButtonUploadImage = findViewById(R.id.button_upload_image); mButtonSubmit = findViewById(R.id.button_submit); mImagePicker = new ImagePicker(this); // 创建文件选择器 // 设置上传图片按钮点击事件 mButtonUploadImage.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { mImagePicker.choosePicture(true /* allow camera */); } }); // 设置提交按钮点击事件 mButtonSubmit.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { // TODO: 实现数据提交逻辑 } }); } // 在Activity中添加以下两个方法以便与文件选择器交互 @Override protected void onActivityResult(int requestCode, int resultCode, @Nullable Intent data) { super.onActivityResult(requestCode, resultCode, data); mImagePicker.handleActivityResult(requestCode, resultCode, data); } public void onUploadImageClick(View view) { // 显示文件选择器 mImagePicker.choosePicture(true /* allow camera */); } }

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值