Posts by Felipe j.lemos • 11 points
3 posts
-
0
votes0
answers164
viewsQ: primary key as char
I have a table as a primary key char(1) in sql server using jtds driver. public class Situacao{ @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Column(name = "cod_sit_pedi_aval") private…
javaasked Felipe j.lemos 11 -
1
votes0
answers309
viewsQ: Importerror: DLL load failed: %1 is not a Valid Win32 application
When I run a Python script the following error occurs: Traceback (most recent call last): File "C:\Users\flemos\AppData\Local\Programs\Python\Python35-32\lib\pandas\__init__.py", line 7, in…
pythonasked Felipe j.lemos 11 -
0
votes2
answers1403
viewsQ: directive to put input fields in uppercase with Angularjs
I created the following directive, so when a user type in the input is converted to uppercase, however, when I need to edit this field to insert a word in the middle of what I had already typed it…
angularjsasked Felipe j.lemos 11