Skip to content
#

Java

java logo

Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.

Here are 2,960 public repositories matching this topic...

Spring,SpringBoot 2.0,SpringMVC,Mybatis,mybatis-plus,motan/dubbo分布式,Redis缓存,Shiro权限管理,Spring-Session单点登录,Quartz分布式集群调度,Restful服务,QQ/微信登录,App token登录,微信/支付宝支付;日期转换、数据类型转换、序列化、汉字转拼音、身份证号码验证、数字转人民币、发送短信、发送邮件、加密解密、图片处理、excel导入导出、FTP/SFTP/fastDFS上传下载、二维码、XML读写、高精度计算、系统配置工具类等等。

  • Updated Nov 9, 2019
  • JavaScript

Java EE 企业级快速开发平台,基于经典技术组合(Spring Boot、Spring MVC、Apache Shiro、MyBatis、Beetl、Bootstrap、AdminLTE),在线代码生成功能,包括核心模块如:组织机构、角色用户、菜单及按钮授权、数据权限、系统参数、内容管理、工作流等。采用松耦合设计;界面无刷新,一键换肤;众多账号安全设置,密码策略;在线定时任务配置;支持集群,支持SAAS;支持多数据源

  • Updated May 26, 2020
  • JavaScript
keyz23
keyz23 commented Feb 27, 2020

Hi guys, Anyone has an example that I could follow? I have tried to combine with https://reactnative.dev/docs/native-modules-android documentation, but I don't know how to do with other library.

I don't understand what I should put in:

 public ProgressBarModule(ReactApplicationContext context) {
        // Pass in the context to the constructor and save it so you can emit events
     
jskrepnek
jskrepnek commented Nov 14, 2018

If a prepare hook is defined in a platform block, it is not executed when cordova prepare is called without specifying a platform.

My expectation is that the platform prepare hooks will be still be called when a platform is not provided as an argument to the platform prepare command.

For example:

Given the following hook:

<platform name="android">
    <hook type="after_prepare"
navneetkarnani
navneetkarnani commented Nov 27, 2019

What react-native version are you using? 0.61.5

What react-native-pdf version are you using? ^6.0.0

What platform does your issue occur on? (android/ios/both) during build

Describe your issue as precisely as possible :

  1. Steps to reproduce the issue or to explain in which case you get the issue
    As mentioned in the readme, using rn-fetch-blob 0.11.x
    yarn add rn-fetch-blob@^0.11.
pkwenda
pkwenda commented Dec 7, 2019

代码提交规范 && 升级调整

本系列想跟大家分享一下我近一年的管理经验,分享一下我们团队的一年走来的优化之路「非技术」,让大家少踩坑,以及如何协作,管理者容易遇到的问题,以及技术上,工作上,如何与同事沟通、跨部门如何沟通有效率、如何分组、站会有没有用? 等等,一年到头,想和大家交流一下经验。

背景

项目早期

项目早期,我们是有 master 被保护分支,以及 dev 测试分支的,我们的提交流程是:所有人往 dev 合并代码,进行测试封版,测试通过直接把 dev 合并到 mast

R-obert
R-obert commented Apr 26, 2020

Hello,

I have a lot of trouble understanding the documentation of this plugin.

At the beginning you say that I get the global object cordova.file when device is ready.
Then under "Where to store files" you explain the properties of the cordova.file locations.
And then you explain which exact paths these cordova.file locations map to, depending on the platform. Until here everything m

You can’t perform that action at this time.